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:
2
Assets/Vendor/bootstrap-icons-subset.css
vendored
2
Assets/Vendor/bootstrap-icons-subset.css
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user