This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 11 months ago

    Please check the Clearly demo in both browsers: http://demo.siteorigin.com/clearly/. If the font is the same in the demo it means the issue is local to your site. Try disabling all non-SiteOrigin plugins and see if the issue resolves.

  2. Defne 11 years, 11 months ago

    Hi Andrew,

    The Clearly demo from http://demo.siteorigin.com/clearly/ shows different font in Safari and Firefox.

  3. Andrew Misplon Staff 11 years, 11 months ago

    Please try inserting this into the Jetpack Custom CSS module or any Custom CSS plugin of your choosing and see if it helps. There is a general issue with Google Fonts and Windows at the moment.

    /* WebKit Google Font fix */
    body {
        -webkit-animation-delay: 0.1s;
        -webkit-animation-name: fontfix;
        -webkit-animation-duration: 0.1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
    }
    @-webkit-keyframes fontfix {
        from { opacity: 1; }
        to   { opacity: 1; }
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread