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