@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesnewroman/times-new-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesnewroman/times-new-roman-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesnewroman/times-new-roman-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesnewroman/times-new-roman-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
