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