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