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