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