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