@font-face {
    font-family: 'Gotham Pro';
    src: url('GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('GothamPro.eot?#iefix') format('embedded-opentype'),
    url('GothamPro.woff') format('woff'),
    url('GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Medium';
    /*src: url('GothamPro-Medium.eot');*/
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    /*url('GothamPro-Medium.eot?#iefix') format('embedded-opentype'),*/
    /*url('GothamPro-Medium.woff') format('woff'),*/
    url('GothamPro-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}