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