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