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