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