-
AuthorPosts
-
April 6, 2015 at 12:06 am #423736
Hi,
When creating a site in Enfold, it seems that fonts become bolder than intended. I’ve noticed for a split second when refreshing the screen that the font is normal and then becomes overlaid with the same text, causing a bolding effect. It’s easy to see in the Contact section under “We’d love to hear from you” at http://www.foregroundsolutions.com
Would love to find what is causing this. Thanks for your help!
- This topic was modified 9 years, 7 months ago by imagestudios.
April 6, 2015 at 3:57 pm #423979Hi imagestudios!
You can add following code to Quick CSS in Enfold theme options under General Styling tab to change font weight
h1, h2, h3, h4, h5, h6 { font-weight: 300; }
Regards,
YigitApril 6, 2015 at 5:56 pm #424065Hi Yigit. Thanks for your response. The font weight css would seem to be a solution, but since the fonts are doubling up, it’s simply doubling up a 300 weight font and still making it bold. Since posting this, I discovered that it’s happening only in Safari and looks fine in Firefox. Let me know if there’s a way I can attach screen shots and I’ll send those to you so you can see what I’m seeing.
April 6, 2015 at 6:03 pm #424073Hi!
Can you please try adding following code to Quick CSS
.avia-safari body { -webkit-font-smoothing: antialiased!important; }
and check if that helps?
Regards,
YigitApril 6, 2015 at 6:51 pm #424128That did help. It’s closer to what I’m seeing on Firefox. Any way to bring it a notch closer? In other words, is there a term other than antialiased that might get us even closer? If not, I think I can live with this.
Appreciate it!
April 6, 2015 at 6:54 pm #424134Hey!
You can try “none” and “subpixel-antialiased” instead of “antialiased ” as well :)
Regards,
YigitApril 6, 2015 at 9:09 pm #424247“none” was just ugly and “sub pixel-antialiased” took it back to the way it was. I’ll stick with “antialiased” as that at least got it better. Thanks for your help!
April 6, 2015 at 9:13 pm #424251Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Fonts Appear to Double Up’ is closed to new replies.