@font-face {
    font-family: 'times_new_romanregular';
    src: url('./../fonts/times.woff2') format('woff2'),
         url('./../fonts/times.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_new_romanbold';
    src: url('./../fonts/timesbd.woff2') format('woff2'),
         url('./../fonts/timesbd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_new_romanbold_italic';
    src: url('./../fonts/timesbi.woff2') format('woff2'),
         url('./../fonts/timesbi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_new_romanitalic';
    src: url('./../fonts/timesi.woff2') format('woff2'),
         url('./../fonts/timesi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}