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