@font-face {
    font-family: 'FrutigerBold';
    src: url('../fonts/frutiger_bold-webfont.eot');
    src: url('../fonts/frutiger_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger_bold-webfont.woff2') format('woff2'),
         url('../fonts/frutiger_bold-webfont.woff') format('woff'),
         url('../fonts/frutiger_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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