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