-
AuthorPosts
-
May 15, 2014 at 8:41 pm #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.pngPlease get back to me asap.
Thanks.
May 16, 2014 at 2:34 am #265653Hi 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,
IsmaelMay 16, 2014 at 1:50 pm #265800This reply has been marked as private.May 16, 2014 at 1:53 pm #265803This reply has been marked as private.May 19, 2014 at 9:47 am #266674Hi, I am still waiting response on the font weight flickering, please help asap.
May 19, 2014 at 5:45 pm #266871Hi!
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,
DevinJune 3, 2014 at 12:35 am #273628Hi, 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); }June 3, 2014 at 4:35 pm #273977This 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.
-
AuthorPosts
- You must be logged in to reply to this topic.