
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("./fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("./fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("./fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("./fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* END Regular */

@font-face{ 
	font-family: 'test';
	src: url('./fonts/test/eigene_font_rund_1-aba1b-webfont.eot');
	src: url('./fonts/test/eigene_font_rund_1-aba1b-webfont.eot?#iefix') format('embedded-opentype'),
	     url('./fonts/test/eigene_font_rund_1-aba1b-webfont.woff') format('woff'),
	     url('./fonts/test/eigene_font_rund_1-aba1b-webfont.ttf') format('truetype'),
	     url('./fonts/test/eigene_font_rund_1-aba1b-webfont.svg#webfont') format('svg');
}