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