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