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