By default, Google fonts are loaded like this:
WebFont.load({ google: { families: ["Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic"] }});
By appending &display=swap to the families parameter, it will use font-display: swap; in the CSS:
WebFont.load({ google: { families: ["Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic&display=swap"] }});
And then... I will have my perfect Lighhouse score 😢
I'd really like to see this added to the Google Fonts CDN URLs. It's the one thing that keeps creeping up on my page rank score as an issue.
Is there any progress?
please.. This should be a quick fix ?
This is a simple fix that will improve the pagespeed scores of thousands of your customers. Please do this as soon as possible.
I don't think this a wishlist feature, sounds more like a neglected bug. Please fix this Webflow team. Add &display=swap when using Google fonts.