Use on the webTotal Use [ 3353 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/ae686efb45300d4e798ca84ce29d96cd?family=FZShuTi" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/ae686efb45300d4e798ca84ce29d96cd?family=FZShuTi);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "FZShuTi";
src: url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.eot");
src: url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ae686efb45300d4e798ca84ce29d96cd.svg#FZShuTi")format("svg");
}
2CSS rules to specify fonts
font-family: "FZShuTi";