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