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