FullCalendar fcicons font warnings in Firefox console

When visiting the Upcoming Events calendar in Firefox, I see repeated warnings concerning the FullCalendar fcicons font.

Tested page:

/upcoming-events/week/2026/7/13

Installed version

  • Discourse 2026.7.0-latest +314
  • Git commit cf0d9228b4
  • Ember v6.10.1

Console warning

downloadable font: Glyph bbox was incorrect; adjusting (font-family: "fcicons")

The warnings reference glyphs 4, 5, 6, 7, and 10.

The calendar appears to continue functioning normally.


This matches an existing confirmed FullCalendar issue:

There is also an open pull request containing a proposed fix:

The FullCalendar issue was opened on 24 February 2025 and the proposed fix was submitted on 26 June 2025, but both remain open.

I am reporting this separately from a request-rate-limiting issue because the two console messages appear unrelated.

Presumably this will require the upstream fix to be merged and included in a FullCalendar release before Discourse can receive it. Is that correct?