* {
      font-family: default_font;
  }

@font-face {
  font-family: 'default_font';
  src: url('../fonts/oratorstd.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oratorstd.otf') format('opentype'),
       url('../fonts/oratorstd.woff') format('woff'), 
       url('../fonts/oratorstd.ttf') format('truetype'),
       url('../fonts/oratorstd.svg#oratorstd') format('svg');
  font-weight: normal;
  font-style: normal;
  }