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

