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