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