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