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