NO BUG: Missing Font Awesome "-regular" "-solid" classes causing wrong icons rendered

Browser: Opera
OS: Windows

It seems like bricks is defining the classes for Font Awesome with “.fas” for “.fa-solid” and “.fa” for “.fa-regular”. Unfortunately this is causing that the wrong icons are displayed. If I change the classes in the devtools to the original Font Awesome classes it’s working as it should.

No difference:

image
image

What the icons should be:


Hi,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue.

  1. Does it only occur on the canvas or also in the front end?
  2. Is it possible that one of your plugins also integrates the font-awesome styles?

Best regards,
timmse

It occurs at frontend and backend. No active plugin integrates font-awesome styles but I’ll try around…

If it’s visible on the front end, it’s always good to share a live link so I can inspect the styles :slight_smile:

You were indeed right… Crocoblock’s JetSmartFilters are loading font awesome styles too which causes the bricks font awesome to break. I disabled JetSmartFilters and everything is working as it should…

1 Like