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