Make Safari on iOS not screw up your fonts

Snippet

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

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.