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