@font-face {
    font-family: 'Gotham';
    src: url('../web_fonts/gotham/fonts/Gotham-Book.eot');
    src: url('../web_fonts/gotham/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../web_fonts/gotham/fonts/Gotham-Book.woff2') format('woff2'),
         url('../web_fonts/gotham/fonts/Gotham-Book.woff') format('woff'),
         url('../web_fonts/gotham/fonts/Gotham-Book.ttf')  format('truetype'),
         url('../web_fonts/gotham/fonts/Gotham-Book.svg#Gotham') format('svg');
}