Our Google Fonts loading options allow you to customize how Google fonts are loaded to your OptimizeBuilder pages.
Preload Fonts
Preloading the google font…
Append Stylesheet to
Decide where to add the Google fonts stylesheet code. Loading this in different places can have an effect on render blocking on your page.
Font Display
font-display: optional;
Gives the font face an extremely small block period and no swap period.
That means that the font won’t be rendered at first visit. The font face will be downloaded in background, cached, and on next page visit it will be rendered from cache. This way user should get higher LCP score…
You can read more about it in
thisarticle.