@font-face {
    font-family: 'Roboto Serif';
    src: url('RobotoSerif-20ptItalic.eot');
    src: local('Roboto Serif 20pt Italic'), local('RobotoSerif-20ptItalic'),
        url('RobotoSerif-20ptItalic.eot?#iefix') format('embedded-opentype'),
        url('RobotoSerif-20ptItalic.woff2') format('woff2'),
        url('RobotoSerif-20ptItalic.woff') format('woff'),
        url('RobotoSerif-20ptItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Serif';
    src: url('RobotoSerif-20ptRegular.eot');
    src: local('Roboto Serif 20pt Regular'), local('RobotoSerif-20ptRegular'),
        url('RobotoSerif-20ptRegular.eot?#iefix') format('embedded-opentype'),
        url('RobotoSerif-20ptRegular.woff2') format('woff2'),
        url('RobotoSerif-20ptRegular.woff') format('woff'),
        url('RobotoSerif-20ptRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

