# Advertencias de la fuente fcicons de FullCalendar en la consola de Firefox

**URL:** https://meta.discourse.org/t/fullcalendar-fcicons-font-warnings-in-firefox-console/407739
**Category:** Bug
**Tags:** events
**Created:** [15 Julio, 2026 21:53 UTC](https://meta.discourse.org/t/fullcalendar-fcicons-font-warnings-in-firefox-console/407739 "2026-07-15T21:53:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ethsim2](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ethsim2/32/522255_2.png) [@Ethsim2](https://meta.discourse.org/u/Ethsim2)
#### Post date: [15 Julio, 2026 21:53 UTC](https://meta.discourse.org/t/fullcalendar-fcicons-font-warnings-in-firefox-console/407739/1 "2026-07-15T21:53:39Z")

</div>

Al visitar el calendario de Próximos Eventos en Firefox, veo advertencias repetidas relacionadas con la fuente `fcicons` de FullCalendar.

Página probada:

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

### Versión instalada

- Discourse `2026.7.0-latest +314`
- Commit de Git `cf0d9228b4`
- Ember `v6.10.1`

### Advertencia de la consola

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

Las advertencias hacen referencia a los glifos `4`, `5`, `6`, `7` y `10`.

El calendario parece seguir funcionando con normalidad.

* * *

Esto coincide con un problema de FullCalendar ya confirmado:

> <https://github.com/fullcalendar/fullcalendar/issues/7895>
>
> \### Reduced Test Case
> 
> https://fullcalendar.io/demos
> 
> \### Do you understand that… if a reduced test case is not provided, we will intentionally delay triaging of your ticket?
> 
> 
> \- \[x\] I understand
> 
> \### Which connector are you using (React/Angular/etc)?
> 
> No connector (vanilla JS)
> 
> \### Bug Description
> 
> While doing some early testing with v7.0.0 I realized some browser console nagging in Firefox.
> 
> \`\`\`
> downloadable font: Glyph bbox was incorrect (glyph ids 4 5 6 7 10) (font-family: "fcicons" style:normal weight:400 stretch:100 src index:0) source: data:application/x-font-ttf;charset=utf-8;base64,...
> \`\`\`
> 
> It has nothing to do with actual functionality (calendar works fine). And actually there's the same nagging with v6.1.15, so nothing newly introduced. I just never realized so far.
> 
> The nagging can be easily observed in the default demos - with Firefox.
> 
> I hope, this is the right queue for such a report? Font-family fcicons probably means, this font is custom - or is this based on some really old font-awesome glyphs?

También hay una solicitud de extracción (pull request) abierta que contiene una corrección propuesta:

> <https://github.com/fullcalendar/fullcalendar/pull/7955>
>
> The \`fcicons\` font contains glyphs with bounding boxes that are too small for it…s contents. This might be a bug in the tool that created the font (IcoMoon?).
> 
> Browsers use \[OpenType Sanitizer\](https://github.com/khaledhosny/ots) to sanitize font data. Firefox is outputting some of the warnings in the developer console (see #7895).
> 
> I used OpenType Sanitizer (\[ee75ff5dcef67fcd3ea7255044c889349e210750\](https://github.com/khaledhosny/ots/tree/ee75ff5dcef67fcd3ea7255044c889349e210750)) to fix up the font data in \`icons.css\`.
> 
> You should be able to recreate this change using the following commands:
> \`\`\`shell
> \# Extract base64-encoded font data, decode it, and write to fcicons.ttf
> grep -oP '(?\<=base64,)\[^"\]+(?=")' icons.css | base64 -d \> fcicons.ttf
> 
> \# Use OTS to sanitize fcicons.ttf; write result to fcicons-sanitized.ttf
> ots-sanitize fcicons.ttf fcicons-sanitized.ttf
> 
> \# Update icons.css with the sanitized font data
> sed -i -E "s#base64,\[^\\"\]+#base64,$(base64 -w0 fcicons-sanitized.ttf)#" icons.css 
> \`\`\`
> 
> Fixes #7895

El problema de FullCalendar se abrió el 24 de febrero de 2025 y la corrección propuesta se envió el 26 de junio de 2025, pero ambos siguen abiertos.

Lo estoy informando por separado de un problema de limitación de tasa de solicitudes, ya que los dos mensajes de la consola parecen no estar relacionados.

Supongo que esto requerirá que la corrección original se fusione y se incluya en una versión de FullCalendar antes de que Discourse pueda recibirla. ¿Es correcto?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [17 Julio, 2026 19:19 UTC](https://meta.discourse.org/t/fullcalendar-fcicons-font-warnings-in-firefox-console/407739/2 "2026-07-17T19:19:23Z")

</div>

> [@Ethsim2](#):
>
> Supongo que esto requerirá que la corrección aguas arriba se fusione y se incluya en una versión de FullCalendar antes de que Discourse pueda recibirla

Sí, eso es correcto; idealmente, lo corregirían por su parte para que no nos desviemos.
