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