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