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