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