FontAwesome fails to load fonts locally and in electron app

前端 未结 8 1443
野的像风
野的像风 2020-12-14 15:09

I have downloaded FontAwesome using npm and then copied the css-file and the fonts into the right folders in the root-diretory of my electron-application using grunts copy t

8条回答
  •  自闭症患者
    2020-12-14 15:27

    For some people who are deploying to IIS, adding this to web.config file (the main one, not the one inside Controller directory) might be of help.

    
       
          
          
          
          
          
          
          
          
          
          
        
    

提交回复
热议问题