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