Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #335112

    Hey

    I have a strange issue that I can’t find the solution: the display of the font has to be exactly the same in the vertical menu as in the body <p> text.
    As you can see in the screenshot, the menu (left text) looks different then the body (right text).
    Any idea what this could cause?

    Regards

    Tom

    #335518

    Hey

    Here you can find another screenshot: https://www.dropbox.com/s/vjvzghqizghjdye/Knipsel2.PNG?dl=0
    I put the the text in red so the difference is more clear.

    The left text ‘Projects’ is more bold then the right one ‘Projects’. But in css I see no difference between the 2.

    Regards

    Tom

    #336050

    Hey

    Any idea what could be causing this?
    Thanx

    Tom

    #336389
    This reply has been marked as private.
    #336929

    Hey!

    Sorry for the late reply! Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div.avia_textblock { -webkit-font-smoothing: antialiased; }

    Which browser and OS are you using?

    Regards,
    Yigit

    #337203

    Hey Yigit

    Thanks for your response!

    I tried the code, but nothing changed.

    I’m on different browsers, but this screenshot is from Chrome on Mac: https://www.dropbox.com/s/iak62cp3020zpsk/Screen%20Shot%202014-10-17%20at%2008.17.43.png?dl=0

    Regards

    Tom

    #337307

    Hi!

    Can you please try following code as well

    .av-main-nav > li > a { -webkit-font-smoothing: antialiased; }

    which version of OS X and Chrome are you using? I am using Chrome 38.0.2125.104 and OS X 10.9.5 and i could not see a difference between fonts :/

    Best regards,
    Yigit

    #337344

    Hi Yigit

    Great, that worked!
    Thanks for the great support!

    Regards

    Tom

    #337347

    Hi!

    Awesome! Let us know if you have any other questions or issues Tom. Have a great weekend!

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Font renderend differently in header and body’ is closed to new replies.