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