@font-face {
	font-family: "AlteDIN";
	src: url("../font/din1451alt.eot?")                         format("eot"),
	     url("../font/din1451alt.woff")                         format("woff"),
	     url("../font/din1451alt.ttf")                          format("truetype"),
	     url("../font/din1451alt.svg#AlteDIN1451Mittelschrift") format("svg");
	font-weight: normal;
	font-style:  normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../font/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../font/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Roboto-Medium.ttf') format('truetype');
}
