[ad_1]
When my website loads, first it loads an incorrect font and then it proceeds to load the correct font.
How do I stop it from loading the first incorrect font?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
You’re likely seeing FOUT – flash of unstyled text, due to your custom webfont being defined in css that is loading late.
Right click > Inspect some text, look in the CSS panel, and click the Computed tab – then expand the font-family – that will show you everywhere it’s being defined.
TO fix, preload your webfonts: [https://web.dev/articles/codelab-preload-web-fonts](https://web.dev/articles/codelab-preload-web-fonts)