<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* DAX Family */  
/* first for IE 6/7/8 */
@font-face {
  font-family: DaxWeb-BoldIta;
  src: url(DaxWeb-BoldIta.eot);
}

/* then for Mozilla browsers -&gt; Firefox */
@font-face {
  font-family: DaxWeb-BoldIta;
  src: url(DaxWeb-BoldIta.woff) format('woff');
}

/* first for IE 6/7/8 */
@font-face {
  font-family: DaxWeb-Bold;
  src: url(DaxWeb-Bold.eot);
}

/* then for Mozilla browsers -&gt; Firefox */
@font-face {
  font-family: DaxWeb-Bold;
  src: url(DaxWeb-Bold.woff) format('woff');
}

/* first for IE 6/7/8 */
@font-face {
  font-family: DaxWeb;
  src: url(DaxWeb.eot);
}

/* then for Mozilla browsers -&gt; Firefox */
@font-face {
  font-family: DaxWeb;
  src: url(DaxWeb.woff) format('woff');
}

/* first for IE 6/7/8 */
@font-face {
  font-family: DaxWeb-Ita;
  src: url(DaxWeb-Ita.eot);
}

/* then for Mozilla browsers -&gt; Firefox */
@font-face {
  font-family: DaxWeb-Ita;
  src: url(DaxWeb-Ita.woff) format('woff');
}</pre></body></html>