@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
         url('fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/SourceSansPro-Bold.woff2') format('woff2'),
         url('fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}