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