Hmm ok, I wasn’t seeing it earlier, but do see it now. It looks like Google Fonts is loading slowly, can you try setting the font options to one of the default web fonts to test?
Also try adding this custom css:
.wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
visibility: visible;
}
I think what’s happening is the site is loading, but then waiting for Google Fonts to register as downloaded, and thus not showing text until it’s ready.
– Ed