fix(cls): change bootstrap-icons font-display to optional

Changed font-display from 'swap' to 'optional' in bootstrap-icons
subset CSS to prevent CLS caused by icon font swap during page load.

Fixes CLS 0.115 on hero badges with bi-folder-fill icon.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-12-01 12:47:59 -06:00
parent fb74ccbdc2
commit 0ea874876e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* Generado automaticamente - NO EDITAR
*/
@font-face{
font-display:swap;
font-display:optional;
font-family:bootstrap-icons;
src:url("fonts/bootstrap-icons-subset.woff2") format("woff2"),
url("fonts/bootstrap-icons-subset.woff") format("woff")