Hello all,
the font of website is only loading with layout shifts. Is there a way to improve this?
Thanks in advance,
Samuel
Hello all,
the font of website is only loading with layout shifts. Is there a way to improve this?
Thanks in advance,
Samuel
the issue is with size of variable fonts as their original size is 3.7MB!!!. compressed 1.92MB!!! It is huge size to fetch these
Hello @Samuel1993 , Thanks for your question. Font-related layout shifts happen because browsers wait for custom fonts to load before rendering text, causing visible jumps when fonts swap in.
Here are some advanced techniques to improve the font slow loading:
Consider system fonts for key text
Test your website with Google PageSpeed Insights again after changes
Alternatively, if you’d prefer to streamline the optimization process, Website Speedy app—a Webflow app that automates optimizing slow load, CLS, and CSS minification to improve the site’s performance score or speed.
(Disclaimer: We are the developers of this app and are happy to answer any questions.)
@Samuel1993 Fonts Optimization Tips
Fonts can significantly affect your website’s load time. Follow these best practices to enhance performance:
font-display: swap
: Ensures text remains visible during font loading, preventing the Flash of Invisible Text (FOIT).<head>
section of your HTML for fonts used above the fold.