Skip to content

Add fa-brands class for Font Awesome brand icons - #2287

Open
00200200 wants to merge 1 commit into
python-visualization:mainfrom
00200200:fix/2278-fontawesome-brand-icons
Open

00200200 wants to merge 1 commit into
python-visualization:mainfrom
00200200:fix/2278-fontawesome-brand-icons

Conversation

@00200200

@00200200 00200200 commented Sep 17, 2026

Copy link
Copy Markdown

Fixes #2278

FA6 brand icons (fa-bluetooth and friends) live in the brands webfont, but Leaflet.awesome-markers only emits fa, which FA6 treats as solid. I add fa-brands to extra_classes for those names. Solid icons like fa-heart are unchanged.

Tested with:
python -m pytest tests/test_issue_2278.py

Leaflet.awesome-markers only emits the fa class, so FA6 brand glyphs such as bluetooth never load the brands webfont.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Font Awesome Brand Icons do not work

1 participant