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