@font-face {
    font-family: 'Baskervville';
    src:    url('Baskervville-Italic.otf') format('opentype'),
            url('Baskervville-Italic.woff2') format('woff2'),
            url('Baskervville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Baskervville';
    src:    url('Baskervville-Regular.otf') format('opentype'),
            url('Baskervville-Regular.woff2') format('woff2'),
            url('Baskervville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}