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