How to remove error about glyphicons-halflings-regular.woff2 not found

后端 未结 6 1057
夕颜
夕颜 2020-12-12 18:50

ASP.NET MVC4 Bootstrap 3 application is running from Microsoft Visual Studio Express 2013 for Web IDE.

Chrome console shows always error

http://local         


        
6条回答
  •  感情败类
    2020-12-12 19:17

    I tried all the suggestions above, but my actual issue was that my application was looking for the /font folder and its contents (.woff etc) in app/fonts, but my /fonts folder was on the same level as /app. I moved /fonts under /app, and it works fine now. I hope this helps someone else roaming the web for an answer.

提交回复
热议问题