Font-Awesome error 404 on fonts

前端 未结 10 1990
北海茫月
北海茫月 2020-12-24 04:13

I do not know what is going on but in the browser console I can see 3 errors related to font-awesome

 GET http://www.desktop.just4bettors.mobi/fonts/fontawes         


        
10条回答
  •  囚心锁ツ
    2020-12-24 05:13

    None of the above solutions worked for me except the following one. Please add this line after all 'bundles.Add' commands in your BundleConfig.cs file:

    BundleTable.EnableOptimizations = false;
    

提交回复
热议问题