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