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