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