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