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

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