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