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