Font problem

  • Unknown's avatar

    I have problem because my main comany name is in CINZEL font but theme font is show for 1 second before Cinzel, could you please delate this?
    Thank You
    Damian

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

  • Hi there,

    For what site is this? http://godcars70958562.wordpress.com/ has been deleted.

    What you’re describing is normal, and how custom fonts on WordPress.com works. When your site loads, custom fonts are among the last things to load. To prevent the site appearing blank while the browser is waiting for the font to load, we load the default font first. This is specifically to people on slower internet connections can already see the content, even if the correct font isn’t loaded yet. On faster connections you often won’t even notice this happening.

    It’s possible to override this, essentially blocking the default font from loading. But that requires custom CSS which can only be used on our Premium Plan and upwards, and it would mean people on slower connections will be looking at a blank page while waiting for your font to load.

  • Unknown's avatar

    Hi, thank you for reply,
    So sorry, now is godcars.ca and problem is the same.

    Can I please CSS for blocking this font?

  • This CSS will prevent the default font from showing:

    .wf-loading body {
    visibility: hidden;
    }
  • Unknown's avatar

    Its working, amazing, thank You.

    I dont know why guy on help chat conversation told me that it is impossible to do by CSS. Thank You one more time

  • The topic ‘Font problem’ is closed to new replies.