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