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