/*! Cleaned up and fixed version of Libre Baskerville webfonts */

@font-face {
    font-family: 'Libre Baskerville';
    src: url('librebaskerville-regular-webfont.woff2') format('woff2'),
         url('librebaskerville-regular-webfont.woff') format('woff');
    font-weight: 400; /* normal */
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('librebaskerville-italic-webfont.woff2') format('woff2'),
         url('librebaskerville-italic-webfont.woff') format('woff');
    font-weight: 400; /* normal */
    font-style: italic;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('librebaskerville-bold-webfont.woff2') format('woff2'),
         url('librebaskerville-bold-webfont.woff') format('woff');
    font-weight: 700; /* bold */
    font-style: normal;
}
