  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 300;
     font-style: normal;
   }