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