@font-face {
  font-family: 'tenorite-reg';
  src: url('../font/tenorite-reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tenorite-bd';
  src: url('../font/tenorite-bd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: "NRT-Reg";
  src: url("../font/NRT-Reg.eot");
  /* IE9 Compat Modes */
  src: url("../font/NRT-Reg.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/NRT-Reg.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../font/NRT-Reg.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}




/*

old css code

@font-face {
  font-family: 'nrt-reg';
  src: url('../font/NRT-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nrt-bd';
  src: url('../font/NRT-Bd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

*/