@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger-Bold.woff2') format('woff2'),
        url('Frutiger-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
     font-family: 'Frutiger LT';
    src: url('FrutigerLT-Light.woff2') format('woff2'),
        url('FrutigerLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
 font-family:icon-font;
 src:url(icon-font.eot);
 src:url(icon-font.eot?#iefix) format('eot'),
 url(icon-font.woff) format('woff'),
 url(icon-font.ttf) format('truetype'),
 url(icon-font.svg#icon-font) format('svg')
}