09-Jun-2026 — self-host Font Awesome and improve venue map editing #188

build 676commit 8a770e4


Why

The Font Awesome Kit JS snippet was loaded on every page across all group sites, counting toward the free plan's 10,000 monthly pageview limit. With 10+ deployed sites this was about to be exceeded. The Kit was only needed for the Leaflet venue map markers - every other icon already used the bundled <fa-icon> SVG component, which never touched the Kit.

What changed

Self-host Font Awesome (removes the Kit dependency)

Unify the map pin icons with the venue-type source

Live-preview the edited venue's pin from the Type dropdown

Reposition venues by dragging the map pin

Follow-up (manual)