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