thin text in safari with snow leopard
a quick tip to negate safari in snow leopard’s sub pixel rendering with css =>
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px)
{body{-webkit-text-stroke:0 black;}}
{via}