-
AuthorPosts
-
June 5, 2015 at 5:00 pm #293863
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;
}June 6, 2015 at 6:33 pm #294588Hi 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!
June 8, 2015 at 7:10 am #295723Here is an example, the white text is choppy and also at the bottom the white text over the content band background is choppy.
June 8, 2015 at 1:43 pm #296098Hi 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!
June 9, 2015 at 7:05 am #296761I 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.
June 9, 2015 at 3:01 pm #297261Hi 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!
June 9, 2015 at 3:17 pm #297276WP-Super Cache has been and currently disabled in my plugs ins. Just like I have cloudflare bypassing for my test1 subdomain.
June 10, 2015 at 8:29 am #298008Can you give us details of your OS and browsers especially their version numbers?
Thanks.
June 10, 2015 at 8:36 pm #298557My home computer is Windows 7 Home Premium SP1 with Firefox 38.0.5
My work computer is Windows Server 2008 with Firefox 38.0
June 11, 2015 at 11:21 am #299176Hi there,
This issue looks specific to Windows 7 and Firefox. Please read this thread: https://support.mozilla.org/en-US/questions/1002008
Thanks!
-
AuthorPosts