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