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