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