@font-face {
	font-family: 'Source Sans Pro';
	src:
		local('Source Sans Pro'),
        url('EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
        url('TTF/SourceSansPro-Regular.ttf') format('truetype'),
	 	url('OTF/SourceSansPro-Regular.otf') format('opentype'),
	 	url('WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	src: 
		local('Source Sans Pro'),
        url('EOT/SourceSansPro-Bold.eot') format('embedded-opentype'),
        url('TTF/SourceSansPro-Bold.ttf') format('truetype'),
	 	url('OTF/SourceSansPro-Bold.otf') format('opentype'),
	 	url('WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff');
	font-weight: bold;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: 
		local('Source Sans Pro'),
        url('EOT/SourceSansPro-It.eot') format('embedded-opentype'),
        url('TTF/SourceSansPro-It.ttf') format('truetype'),
	 	url('OTF/SourceSansPro-It.otf') format('opentype'),
	 	url('WOFF/OTF/SourceSansPro-It.otf.woff') format('woff');
	font-style: italic;
}
@font-face {
	font-family: 'Source Sans Pro';
	src:
		local('Source Sans Pro'),
        url('EOT/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
        url('TTF/SourceSansPro-BoldIt.ttf') format('truetype'),
	 	url('OTF/SourceSansPro-BoldIt.otf') format('opentype'),
	 	url('WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

