@font-face {
    font-family: 'Roboto-Medium';
    src: url('../font/font.eot');
    src: url('../font/font.eot') format('embedded-opentype'),
         url('../font/font.woff2') format('woff2'),
         url('../font/font.woff') format('woff'),
         url('../font/font.ttf') format('truetype'),
         url('../font/font.svg#RobotoMedium') format('svg');
    font-display: swap;
}