@font-face {
    font-family: 'Droid Sans';
    src: url('DroidSans.woff2') format('woff2'),
        url('DroidSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('DroidSerif.woff2') format('woff2'),
        url('DroidSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

