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