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