Font Awesome 5 font-family issue

前端 未结 16 2766
深忆病人
深忆病人 2020-12-12 14:31

I integrated Font Awesome 5 in a project with bootstrap 4. When I recall a font via CSS it does not work. with Font Awesome 4 the code was as follows:

#mainN         


        
16条回答
  •  一生所求
    2020-12-12 15:00

    If you are using SVG with JavaScript you need to enable this because it's disabled by default. Use

提交回复
热议问题