/*----------------------------------------------------------------------
	exone Font
----------------------------------------------------------------------*/

* Für den IE */
@font-face {
  font-family: 'exone';
  src:url(Roboto-Thin.eot);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Light.eot);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Regular.eot);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Medium.eot);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Bold.eot);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Black.eot);
  font-style: normal;
  font-weight: 900;
}
 
/* Für alle anderen Browser */
@font-face {
  font-family: 'exone';
  src:url(Roboto-Thin.ttf);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'exone';
  src:url(Roboto-Black.ttf);
  font-style: normal;
  font-weight: 900;
}