@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/ebgaramond-italic.woff2') format('woff2'),
         url('../fonts/ebgaramond-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/ebgaramond.woff2') format('woff2'),
         url('../fonts/ebgaramond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}