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

body{
    font-family: 'NRT-Reg';
}