Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #265487

    Hi,

    Can you tell me why my text keeps looking like different weight when i view my page at in different browsers and even sometime in the same browser when you visit at different times, even though the css style sheet is the same.

    I am using Open sans and set this in the enfold theme settings.

    This is driving me crazy and my client keeps calling me about it?

    Please see these examples

    https://www.dropbox.com/s/6w1b0wgr97r6fo7/Screen%20Shot%202014-05-15%20at%2019.38.02.png
    https://www.dropbox.com/s/slrxrp70ecu82yv/Screen%20Shot%202014-05-15%20at%2019.38.07.png

    Please get back to me asap.

    Thanks.

    #265653

    Hi teddybaker!

    Thank you for the screenshots.

    Do you mind if take a look at the actual website? We need to test it on different browsers to know what’s causing the text font weight variation.

    Best regards,
    Ismael

    #265800
    This reply has been marked as private.
    #265803
    This reply has been marked as private.
    #266674

    Hi, I am still waiting response on the font weight flickering, please help asap.

    #266871

    Hi!

    The font rendering issue is either a javascript conflict with an active plugin or an issue with the browser. The font loading is handled by google fonts and the theme really doesn’t do anything other than let the user select which one they want to use and then load in the font from googles own servers.

    I know recently Chrome had issues loading their own Google Fonts though it was supposed to have been fixed.

    As for editing the header you can add the header.php to your child theme to edit it directly or the includies>helper-main-menu.php file if you want to add the content within the menu/logo area directly (also copying it to your child theme).

    Best regards,
    Devin

    #273628

    Hi, Regarding thsi reply

    >>> I know recently Chrome had issues loading their own Google Fonts though it was supposed to have been fixed.

    Can you advance on this as the only problem I am having with this now is in Chrome. i have added this code below and fixed the problem on most browsers but not Chrome, any ideas???

    A quick response would beappreciated.

    .container_wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    #273977

    This is what it looks like in Chrome for me:

    You can also check the font on google fonts directly and see how it renders there.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.