Bloody theme font – How to completely remove this font

  • Hello,

    I have modified the font used for my Bloggy themed blog. However, the Bloggy theme font always appear for a few seconds when we click on a new page. Is there a way to completely remove the Bloggy font so that only the new font can be visualized?

    Many thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • On my cable Internet connection, I don’t see a flash of the default font before your site loads.

    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.

  • The topic ‘Bloody theme font – How to completely remove this font’ is closed to new replies.