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