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