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