FontAwesome icons not showing. Why?

后端 未结 25 1382
借酒劲吻你
借酒劲吻你 2020-11-29 17:15

Recently I\'ve been developing this website and I\'m trying to put a font awesome icons in it, so it\'s scalable.

The thing is they are not showing up.

Look

25条回答
  •  迷失自我
    2020-11-29 17:52

    Under your reference, you have this:

    
    

    Specifically, the href= part.

    However, under your full html is this:

    
    

    Have you tried replacing src= with href= in your full html to become this?

    
    

    Works for me: http://codepen.io/TheNathanG/pen/xbyFg

提交回复
热议问题