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