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