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