I downloaded a custom font (Gotham-Light.eot), but it doesn\'t work on Internet Explorer 9.
Gotham-Light.eot
@font-face { font-family: Gotham-Light; src:
For googlers: I had a problem with either long font name or conflict with already installed font. Anyway IE were the only browser having problems.
I changed
font-family: 'HelveticaLTUltraCompressedRegular';
to
font-family: 'HelveticaLTUCR';
which solved my issue.