AMP Fonts – Page Speed Insights
-
Page speed insights is giving me an error for not incorporating the following rule. No matter what I’ve tried, hosting the fonts on my CDN, etc, I can’t get rid of this error in the audit.
Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.When you click on Learn more it advises to use the font-display rule:
@font-face {
font-family: ‘Arvo’;
font-display: auto;
src: local(‘Arvo’), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format(‘woff2’);
}Obviously this is PSI related, but I believe it’s to do with the way the plugin calls the font? It doesn’t give me a URL, but I believe it is a blob that it links to?
Any advice would be helpful please?
- This topic was modified 5 years, 7 months ago by .
- This topic was modified 5 years, 7 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘AMP Fonts – Page Speed Insights’ is closed to new replies.