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