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