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

前端 未结 11 1820
感情败类
感情败类 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 14:54

    this worked for me : < link href="~/Content/font-awesome-4.2.0/css/font-awesome.css" rel='stylesheet' type='text/css' />

    I had to link the Directly URl

提交回复
热议问题