/*
	ALL E10 > font-face.css
*/

@font-face {
	font-family: 'santanaregular';
	src: url('../font/Santana-webfont.eot');/* IE9 */
	src: url('../font/Santana-webfont.eot?#iefix') format('embedded-opentype'), /* IE6/IE8 */
		 url('../font/Santana-webfont.woff') format('woff'), /* Modern Browsers - Compressed, emerging standard. */
		 url('../font/Santana-webfont.ttf') format('truetype'), /* Works in most browsers except IE and iPhone. */
		 url('../font/Santana-webfont.svg#santanaregular') format('svg');/* iPhone/iPad */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'santanabold';
	src: url('../font/Santana-Bold-webfont.eot');/* IE9 */
	src: url('../font/Santana-Bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6/IE8 */
		 url('../font/Santana-Bold-webfont.woff') format('woff'), /* Modern Browsers - Compressed, emerging standard. */
		 url('../font/Santana-Bold-webfont.ttf') format('truetype'), /* Works in most browsers except IE and iPhone. */
		 url('../font/Santana-Bold-webfont.svg#santanabold') format('svg');/* iPhone/iPad */
	font-weight: normal;
	font-style: normal;
}
