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