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