Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Created February 26, 2016 23:12
Show Gist options
  • Save GoesToEleven/1388216e580da4b33115 to your computer and use it in GitHub Desktop.
Save GoesToEleven/1388216e580da4b33115 to your computer and use it in GitHub Desktop.
/* disable font boosting on mobile browsers */
body * {
max-height: 1000000em; /* Chrome for Android */
-moz-text-size-adjust: none; /* Firefox Mobile */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment