@font-face {
    font-family: 'somefatfont';
    src: url('./fonts/subset.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/playfair-display-subset.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}