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