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