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