how to use font awesome in own css?

后端 未结 4 927
北荒
北荒 2021-02-05 13:04

I\'m using bootstrap and Font Awesome. In a custom css class I\'m working on I tried to include Font Awesome icons instead of using images. Here is my code before Font Awesome.<

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-05 13:40

    Try this way. In your css file change font-family: FontAwesome into font-family: "FontAwesome"; or font-family: 'FontAwesome';. I've solved the same problem using this method.

提交回复
热议问题