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