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