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