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