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