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