Blocking loading of google fonts
Posted: Sun Aug 23, 2026 3:21 am
I'm creating a new site using some google fonts. I have followed all instructions I can find but cannot get the font to stay hidden until the page is rendered - I get the "default' fonts flicker for a second.
I have added the fonts through Tools|Options|Fonts|Google Fonts and selected the host google fonts locally option (that part works - the woff files get uploaded as expected).
I have added the below to each page, "Between <head></head> tags
No go.
What am I doing wrong?
I have added the fonts through Tools|Options|Fonts|Google Fonts and selected the host google fonts locally option (that part works - the woff files get uploaded as expected).
I have added the below to each page, "Between <head></head> tags
Code: Select all
<style>
@font-face {
font-display: block !important;
}
</style>
What am I doing wrong?