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