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