@font-face {
    font-family: 'Gotham';
    src: url('gotham/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('gotham/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
       url('gotham/GothamMedium.ttf')  format('truetype'); /* Safari, Android, iOS */
       font-weight: 400;
       font-style: normal;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('gotham/gothambold1.eot'); /* IE9 Compat Modes */
    src: url('gotham/gothambold1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('gotham/gothambold1.woff') format('woff'), /* Modern Browsers */
       url('gotham/GothamBold.ttf')  format('truetype'); /* Safari, Android, iOS */
       font-weight: 700;
       font-style: normal;
  }