@font-face {
  font-family: museo;
  src: url('../fonts/museo500-regular-webfont.eot');
  src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), /* EOT file for IE */
       url('../fonts/museo500-regular-webfont.woff') format('woff'), /* WOFF file */
       url('../fonts/museo500-regular-webfont.ttf') format('truetype'), /* TTF file for CSS3 browsers */
       url('../fonts/museo500-regular-webfont.svg#webfont') format('svg');  
}

@font-face {
  font-family: museo;
  font-weight: 700;
  src: url('../fonts/museo700-regular-webfont.eot');
  src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), /* EOT file for IE */
       url('../fonts/museo700-regular-webfont.woff') format('woff'), /* WOFF file */
       url('../fonts/museo700-regular-webfont.ttf') format('truetype'), /* TTF file for CSS3 browsers */
       url('../fonts/museo700-regular-webfont.svg#webfont') format('svg');  
}

@font-face {
  font-family: promaxnova;
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), /* EOT file for IE */
       url('../fonts/proximanova-regular-webfont.woff') format('woff'), /* WOFF file */
       url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), /* TTF file for CSS3 browsers */
       url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}

@font-face {
  font-family: promaxnova;
  font-weight: bold;
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), /* EOT file for IE */
       url('../fonts/proximanova-bold-webfont.woff') format('woff'), /* WOFF file */
       url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), /* TTF file for CSS3 browsers */
       url('../fonts/proximanova-bold-webfont.svg#webfont') format('svg');
}

@font-face {
  font-family: arial; 
  src: 
       url('../fonts/arial.ttf') format('truetype'); /* TTF file for CSS3 browsers */ 
}