Font awesome is not showing icon

后端 未结 30 1259
爱一瞬间的悲伤
爱一瞬间的悲伤 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:51

    I was trying to add fa 5.0.13 to drupal 8 with scss. The styles are not included by default in the main fa.scss had to add them manually.

    @import "libraries/fontawesome/fa-brands";
    @import "libraries/fontawesome/fa-light";
    @import "libraries/fontawesome/fa-regular";
    @import "libraries/fontawesome/fa-solid";
    

提交回复
热议问题