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