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