Чаще всего ответы находятся в DevTools
Ну и я бы советовал использовать немного другой формат использования шрифтов
@font-face {
font-family: 'GothamPro';
src: url('../fonts/GothamPro.eot?') format('eot'),
url('../fonts/GothamPro.otf') format('opentype'),
url('../fonts/GothamPro.woff') format('woff'),
url('../fonts/GothamPro.ttf') format('truetype'),
url('../fonts/GothamPro.svg#GothamPro') format('svg');
}
@font-face {
font-family: 'GothamPro';
src: url('../fonts/GothamPro-Light.otf?') format('opentype'),
url('../fonts/GothamPro-Light.eot?') format('eot'),
url('../fonts/GothamPro-Light.woff') format('woff'),
url('../fonts/GothamPro-Light.ttf') format('truetype');
font-weight:300;
}
В таком случае можно в нужном месте использовать только
font-weight