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