/* DIN web regular */
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.woff") format("woff");
}



/* DIN web bold */
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.woff") format("woff");
}


