@font-face {
    font-family: 'Hero';
    src: url('fonts/hero/hero-webfont.eot');
    src: url('fonts/hero/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hero/hero-webfont.woff2') format('woff2'),
         url('fonts/hero/hero-webfont.woff') format('woff'),
         url('fonts/hero/hero-webfont.ttf') format('truetype'),
         url('fonts/hero/hero-webfont.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Avenir';

  src: url('fonts/avenir/avenir.eot');
  src: url('fonts/avenir/avenir.eot?#iefix') format('embedded-opentype'),
  url('fonts/avenir/avenir.woff') format('woff'),
  url('fonts/avenir/avenir.ttf') format('truetype'),
  url('fonts/avenir/avenir.svg#glyphicons_halflingsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
