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