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