Twitter bootstrap glyphicons do not appear in release mode 404

前端 未结 7 1973
慢半拍i
慢半拍i 2020-12-24 11:55

I`m working on a project in ASP.NET MVC 4 and I did following steps:

  1. Downloaded twitter bootstrap from http://blog.getbootstrap.com/2013/12/05/bootstrap-3-

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 12:18

    Copying the font folder to the root of the web app and changing the mime types in web.config to

    
    
      
        
        
        
        
        
        
        
        
      
    
    

    fixed the issue for me. Please note that the .woff mimeType is different to the one in the question.

提交回复
热议问题