Use on the webTotal Use [ 3619 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/e7afba6d92374e2df6dc3f3f89c3d735?family=FZXiangLi-S17T" 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/e7afba6d92374e2df6dc3f3f89c3d735?family=FZXiangLi-S17T);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "FZXiangLi-S17T";
src: url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.eot");
src: url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/e7afba6d92374e2df6dc3f3f89c3d735.svg#FZXiangLi-S17T")format("svg");
}
2CSS rules to specify fonts
font-family: "FZXiangLi-S17T";