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