Font awesome is not showing icon

后端 未结 30 1215
爱一瞬间的悲伤
爱一瞬间的悲伤 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条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 06:59

    my issue was the one having most of the votes

    *{
    font-family: xxxxx
    }
    

    changing it to this solved the problem

    body{
    font-family: xxxx
    }
    

提交回复
热议问题