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