Font awesome is not showing icon

后端 未结 30 1232
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 06:03

I am using Font Awesome and do not wish to add CSS with HTTP. I downloaded Font Awesome and included it in my code, yet Font Awesome is showing a bordered square box instead

30条回答
  •  Happy的楠姐
    2020-11-30 06:57

    All the above are correct however on top of that my issue was that I downloaded the free version of FA5 which doesn't have:

    font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0')
    

    I could not get v5 to work so I reverted to 4.7.0 with the help of the posts above and it fixed my issue.

提交回复
热议问题