Fontawesome does not work when served by IIS

后端 未结 10 755
梦谈多话
梦谈多话 2021-01-02 17:10

FontAwesome does not work for me when I put my app on IIS7 server.

In Firefox the requested URL is encoded to http://l2etest.kema.intra/fonts/fontawesome-webfo

10条回答
  •  春和景丽
    2021-01-02 17:46

    Why is @font-face throwing a 404 error on woff files?

    Add the MIME types in the web config:

      
        
           
          
            
      
    

提交回复
热议问题