@font-face {
    font-family: 'Source Sans Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    src: url('SourceSansPro-Bold.woff2') format('woff2'),
         url('SourceSansPro-Bold.woff') format('woff'),
         url('SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    src: url('SourceSansPro-BoldItalic.woff2') format('woff2'),
         url('SourceSansPro-BoldItalic.woff') format('woff'),
         url('SourceSansPro-BoldItalic.ttf') format('truetype');
}