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