Text blip when published

Hi @GotoTaylor, try to paste the following code into the header of your site, then save changes and republish:

<style> 
.wf-loading * {
 
    /*
    first things first, we need to hide everything,
    but bear in mind that this will only take effect
    once the loading script has taken effect.
    here we're hiding all content within
    the <html> once it has the class "wf-loading"
    */
    opacity: 0;
}
</style>

See this article for more info: Flash of unstyled text - fallback fonts loads initially then switches to google font - #7 by cyberdave - Bugs - Forum | Webflow

I think FOUT is happening here in this case. I could be wrong.