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