Custom web font not working in IE9

后端 未结 4 863
梦如初夏
梦如初夏 2020-12-16 07:44

I downloaded a custom font (Gotham-Light.eot), but it doesn\'t work on Internet Explorer 9.

@font-face {
    font-family: Gotham-Light;
    src:         


        
4条回答
  •  醉话见心
    2020-12-16 08:38

    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.

提交回复
热议问题