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