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