The following problem occurs only on Safari for OS X.
My problem is that if I make one Element
with position: fixed
, it renders the font smaller than when I don't have that Element
loaded.
Here's a link to an example of said problem: http://www.noticekom.ch.k1859.ims-firmen.de/home.html
The element is used on 'Home' & 'Agentur'. On both of these sites; the rendering of the text is smaller than others. The fixed position is used to make the effect from the last content on the homepage. When I switch it to position: absolute
; the font renders normally, but the effect obviously is not working.
Does anyone know a workaround for that?
body { -webkit-font-smoothing: subpixel-antialiased; }
This made it :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With