Impact of Web Fonts on Cumulative Layout Shift and Corrective Measures

CLS or Cumulative Layout Shift, which is a measurement metric for page visual stability, is also a search engine ranking factor.

Your selected web font may negatively impact CLS. This irritant visual shift occurs when your primary font takes either more space or less page space than fallback font, while swapping.

To tackle this issue, you should carefully select list of matching fallback fonts for your primary font. An article on Google Developers site, puts it in these words:

Web Fonts Impact on Cumulative Layout Shift and Corrective Measures

“The culprit might be an image or video with unknown dimensions, a font that renders larger or smaller than its fallback, or a third-party ad or widget that dynamically resizes itself.”

In case, font is the culprit, you can effectively reduce CLS in following ways.

  • Optimize your web font, through compression and subsetting, so that your web font should load fast, eliminating the need for font swapping

  • You can modify the rendering behavior of fonts by selecting ‘Optional’ in CSS of font-display property. Do not select auto, swap, block and fallback options as they cause FOUT or FOIT layout shift on the page. According to CSS Working Group document: “An ‘optional’ font must never cause the layout of the page to "jump" as it loads in.”

  • Choose a fast font server such as Google Fonts API so that browser can download font files in optimal time. Cross-site caching capability of Google Fonts also plays great role in eradicating CLS issue

  • Use <link rel=preload> so that your primary font files download earlier than other assets

  • Use Preconnect for third party font hosts such as Google Fonts

  • Select fallback font which closely matches with your primary web font. [RD]

You can learn more here. URL: https://material.io/blog/reduce-reflow-with-web-fonts


Explore more articles about Fonts, or visit Home Page of Dozro website.

Irfan Hayat

Founder and CEO @ DOZRO and some other businesses. I have versatile experiences in life. I am inherently a tech lover and practically a businessperson.

You can confidently get any of our Pro Services including website and graphics design, SEO, or video editing.

https://www.dozro.com/irfan-hayat
Previous
Previous

How Many Web Fonts are Ideal for a Website?

Next
Next

Best Content Language for Website