Sometimes you may notice that your pages in WP website starts to load but suddenly it shows blank white page for a while before showing you full content. This is caused because of the Web Fonts loading time. To fix this problem you can try adding below custom css in your website:
.wf-loading * { visibility: visible!important; opacity: 1!important; }
Hope this helps.
Thanks