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