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