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