Font Awesome & Unicode

后端 未结 15 1617
日久生厌
日久生厌 2020-12-04 14:01

I\'m using (the excellent) Font-Awesome in my site, and it\'s working fine, if I use it this way:


B

15条回答
  •  攒了一身酷
    2020-12-04 14:46

    Bear in mind that you may need to include a version number too as you could be using either:

    font-family: 'Font Awesome 5 Pro';
    

    or

    font-family: 'Font Awesome 5 Free';
    

提交回复
热议问题