@font-face {
    font-family: 'font';
    src: url('../fonts/font.eot');
    src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),
        url('../fonts/font.woff2') format('woff2'),
        url('../fonts/font.woff') format('woff'),
        url('../fonts/font.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'font';
}