
/* Fonts */

/* Regular (font-weight: 400; or font-weight: normal;) */
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* Semibold (font-weight: 600; or font-weight: bold;) */
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg'); /* -- commented to prevent a bug on iOS 4 and older */
    font-weight: 600;
    font-style: normal;
}




/* 
	If you want more font-weights, you can uncomment the following @font-faces. 
	WARNING: slow page-load! — Do not ignore this warning — It is officially recommended to NOT uncomment the following.
*/

 
/* Light (font-weight: 300; or font-weight: lighter;) */
/*
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Light-webfont.eot');
    src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
*/

/* Bold (font-weight: 800; or font-weight: bolder;) */
/*
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Bold-webfont.eot');
    src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
*/

