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