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