flash of unstyled content
The FOUC is pretty intense with this theme, you can see the flashing of the custom font on every refresh.
It looks like this isn't a problem with the Ghost version - any ideas?
Maybe it's due to async CSS loading.
Seems like we'd want the font to be sync-loaded
Verified, sync loading fixes the issue.
@SamuelDebruyn Do you have the patch/change somewhere?
I did massive changes last week-end, including removing the asynchronous css/js loading. So it should be fixed with the new version (which may break other stuff tho, be careful when you update)