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