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