@font-face {
    font-family: 'Baskerville';
    src: url('font/Baskerville-Regular.eot');
    src: url('font/Baskerville-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Baskerville-Regular.woff2') format('woff2'),
        url('font/Baskerville-Regular.woff') format('woff'),
        url('font/Baskerville-Regular.ttf') format('truetype'),
        url('font/Baskerville-Regular.svg#Baskerville-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville BT';
    src: url('font/BaskervilleBT-Italic.eot');
    src: url('font/BaskervilleBT-Italic.eot?#iefix') format('embedded-opentype'),
        url('font/BaskervilleBT-Italic.woff2') format('woff2'),
        url('font/BaskervilleBT-Italic.woff') format('woff'),
        url('font/BaskervilleBT-Italic.ttf') format('truetype'),
        url('font/BaskervilleBT-Italic.svg#BaskervilleBT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

