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