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