@font-face {
    font-family: 'Times New Roman';
    src: url(times\ new\ roman.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url(times\ new\ roman\ bold.ttf);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url(times\ new\ roman\ italic.ttf);
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url(times\ new\ roman\ bold\ italic.ttf);
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}