@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('sourcesanspro/EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('sourcesanspro/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
         url('sourcesanspro/WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'),
         url('sourcesanspro/OTF/SourceSansPro-Regular.otf') format('opentype'),
         url('sourcesanspro/TTF/SourceSansPro-Regular.ttf') format('truetype');
}

body {
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
}