@font-face {
    font-family: 'SourceSansPro Black';
        src: url('../fonts/SourceSansPro-Black.eot');
    	src: url('../fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
    		url('../fonts/SourceSansPro-Black.woff') format('woff'),
    		url('../fonts/SourceSansPro-Black.ttf') format('truetype'),
    		url('../fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight: 900;
 	font-style: normal;
}

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

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