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