Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 8 years, 11 months ago by imagestudios.
    #423979

    Hi 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,
    Yigit

    #424065

    Hi 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.

    #424073

    Hi!

    Can you please try adding following code to Quick CSS

    .avia-safari body { -webkit-font-smoothing: antialiased!important; }

    and check if that helps?

    Regards,
    Yigit

    #424128

    That 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!

    #424134

    Hey!

    You can try “none” and “subpixel-antialiased” instead of “antialiased ” as well :)

    Regards,
    Yigit

    #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!

    #424251

    Hi!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fonts Appear to Double Up’ is closed to new replies.