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