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