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