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