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