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