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