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