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