Archived topic
PageSpeed Insights FONT Problem
1 reply · Started by theenic on January 8, 2022
Hey, there!
I am using the latest version of GP and the all-new typography system as well.
I've hosted the fonts locally and currently facing this problem:
"Ensure text remains visible during webfont load"
Warnings: Lighthouse was unable to automatically check the font-display values for the origin.
I've attached the details as well please check.
Thanks!
Hi there,
in your @font-face CSS you can include this property:
font-display: swap;
BUT please note this can lead to CLS issues on a site so test to make sure that doesn't happen.