Improve Font Loading Strategy Using font-display: swap or optional
Lighthouse flags font loading as a render-blocking issue.
Setting font-display: swap or optional for platform fonts would:
Prevent invisible text during load
Improve perceived performance
Reduce layout shift related to font loading
This is a platform-controlled improvement that would positively impact all agent sites.
1
vote