• Resolved peterveenendaal

    (@peterveenendaal)


    Hi there. I use pictorico for my site http://dudok.org and it’s an awesome theme. Very happy with it. What I don’t like is that, every time it starts up, it shows the page header in the original font first, before it changes into the font I have selected: Futura PT. That looks unprofessional. Please advise.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have this theme loaded so I’m just taking a guess. I think it might be a script that loading slow. I’m also guessing you’re applying the styles with a custom css plugin.

    I think that the original styles are applied then the script hangs for a second and when the script finishes your custom css styles are applied. It only a guess this isn’t my theme and I haven’t played with it. Good luck

    Moderator Kathryn Presner

    (@zoonini)

    I see that you’re using Custom Fonts on WordPress.com.

    WordPress.com displays content in the theme’s default font first, so no one sees a blank page, such as folks on slower connections. This means that there may be a flash of a different font before the page finishes loading.

    This CSS snippet hides the body text until the custom font has finished loading:

    .wf-loading body {
      visibility: hidden;
    }

    These forums are for folks running the WordPress software on their own hosting, not on WordPress.com. If you need further help with your theme on WordPress.com, feel free to post in the themes forum here:
    https://en.forums.wordpress.com/forum/themes

    Here are some tips on getting help in the WordPress.com forums: http://en.support.wordpress.com/getting-help-in-the-forums/

    You can also access the live chat support option when available here:

    https://wordpress.com/help/contact

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Why does theme show original header font first?’ is closed to new replies.