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