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
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
Hey
Any idea what could be causing this?
Thanx
Tom
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
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
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
Hi Yigit
Great, that worked!
Thanks for the great support!
Regards
Tom