
/* Font-face mit eot für Microsoft Internet Explorer */
@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	src: url("/fileadmin/layout/css/SourceSansPro-Regular.eot");
}

/* Font-face mit ttf und otf für andere Browser */
@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	src: url("/fileadmin/layout/css/SourceSansPro-Regular.ttf") format("truetype"), url("/fileadmin/layout/css/SourceSansPro-Regular.otf") format("opentype");
}

