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