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