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