How to solve glyphicons-halflings-regular.woff2 Err_Aborted issue in ASP.Net MVC 5

后端 未结 5 1455
再見小時候
再見小時候 2021-01-31 10:34

So I have a project where I want to change the theme of BootStrap. So, I took theme from BootSwatch and the theme is selected is Lumen. Now in my Bundle.Config file, I made belo

5条回答
  •  日久生厌
    2021-01-31 11:34

    I have downloaded the missing files from here and added those in fonts folder of my project.

    Then added these lines within section in web.config file of my project:

    
      
      
      
      
    
    

    In your case, download glyphicons-halflings-regular.woff2 file.

提交回复
热议问题