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