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