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