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