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