Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #293863

    barkinglife
    Participant

    test1.barkinglife.com

    Fonts are not looking smooth in Firefox, especially larger white headline fonts over images. I have added the following code based on other suggestions with no luck in custom CSS.

    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    #294588

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Would you mind providing some screenshot for comparison? Your font looks the same on all my test including firefox.

    Thanks!

    #295723

    barkinglife
    Participant

    Here is an example, the white text is choppy and also at the bottom the white text over the content band background is choppy.

    https://goo.gl/photos/xzeopRNKr2L7vMY89

    #296098

    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the explanation, I just checked the text in both browsers and it looks the same. There could be some settings issue in your browser that is rendering the font differently. Each browser renders the font in a different way however you can try adding the following code in your Customizer:

    body {
        text-rendering: optimizelegibility !important;
    }

    Let us know how this goes!

    #296761

    barkinglife
    Participant

    I added the additional code and still no luck. IE and Chrome look good but Firefox still is choppy around the edges. I have verified on several different computers in different locations.

    #297261

    Zeshan
    Member

    Hi there,

    Upon checking, it looks like you are using a caching plugin (see: http://prntscr.com/7f2x0w). I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

    Let us know how it goes.

    Thanks!

    #297276

    barkinglife
    Participant

    WP-Super Cache has been and currently disabled in my plugs ins. Just like I have cloudflare bypassing for my test1 subdomain.

    #298008

    Christian
    Moderator

    Can you give us details of your OS and browsers especially their version numbers?

    Thanks.

    #298557

    barkinglife
    Participant

    My home computer is Windows 7 Home Premium SP1 with Firefox 38.0.5

    My work computer is Windows Server 2008 with Firefox 38.0

    #299176

    Zeshan
    Member

    Hi there,

    This issue looks specific to Windows 7 and Firefox. Please read this thread: https://support.mozilla.org/en-US/questions/1002008

    Thanks!