@font-face {
  font-family: 'GothamBlack';
  src: local('Gotham-Black'), url('GothamBlack.ttf') format('truetype');

  font-family: 'GothamBlack';
      src: url('Gotham-Black.eot');
      src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'),
      url('Gotham-Black.woff2') format('woff2'),
      url('Gotham-Black.woff') format('woff'),
      url('Gotham-Black.ttf') format('truetype'),
      url('Gotham-Black.svg') format('svg');
      font-weight: normal;
      font-style: normal;
}
