I downloaded a custom font (Gotham-Light.eot), but it doesn\'t work on Internet Explorer 9.
@font-face {
font-family: Gotham-Light;
src:
If you're following the instructions layed out here -- http://www.fontspring.com/blog/fixing-ie9-font-face-problems -- then it's most likely how your calling the fonts.
Make sure you are pointing to the right location from your stylesheet - the code you have above will only work if the font file is in the same directory as the stylesheet.
Hope this helps.