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