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