Ensure text remains visible during webfont load
-
Hello,
I have read many topics but don’t see clear solution for this warning from google page speed insight tool. https://developers.google.com/speed/pagespeed/insights/
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.
URL
Potential Savings
…fonts/star.woff
50 msI did preload the star.woff but it didn’t solve the issue.
What we can do to get rid of this warning?<link rel='preload' href='https://www.mydomain.com/wp-content/plugins/woocommerce/assets/fonts/star.woff' as='font' type='font/woff' crossorigin>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Ensure text remains visible during webfont load’ is closed to new replies.