Font customization not working properly
- The topic ‘Font customization not working properly’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I’ve chosen a custom font for my theme but whenever I open a page from the navigation menu it shows up in the default font and then changes to custom font. Could help me, so the pages open in custom font right away?
Thanks!
Patricia
The blog I need help with is: (visible only to logged in users)
On slower connections, content is displayed in the theme’s default font first, so readers can start reading right away, even if they’re on a slower connection. This means there may be a flash of a different font before the page finishes loading, but we think overall this is better for folks on slower connections than seeing a blank screen.
This CSS snippet should hide all text while the page is being loaded:
.wf-loading body {
visibility: hidden;
}
Let me know how it goes.
Alright, I’ll try, thank you!