Make Safari on iOS not screw up your fonts
Snippet
Written with a loving hand by kitt some time around 22:11 on 30 September 2011
Make Safari on iOS not screw up your fonts:
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
Add new comment