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