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