Why font-awesome works on localhost but not on web ?

前端 未结 11 1829
感情败类
感情败类 2020-12-02 13:57

I\'m using font awesome in my project(mvc/asp.net). My problem is, I was debugging the project and check on localhost, there was no problem with fo

11条回答
  •  感情败类
    2020-12-02 15:00

    I've just loaded your webpage and checked the net tab of firebug.

    your following urls returned a 404:

    http://www.senocakonline.com/Content/font/fontawesome-webfont.woff

    http://www.senocakonline.com/Content/font/fontawesome-webfont.ttf

    i would assume that those being missing is the reason your icons aren't displaying.

    UPDATE: 23.10.2015 to make it available just add this code to your WebConfig:

    
        
          
          
        
    
    

提交回复
热议问题