Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Forked from sethlilly/font-boosting.css
Last active July 1, 2019 18:23
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mojoaxel/7469194 to your computer and use it in GitHub Desktop.
Save mojoaxel/7469194 to your computer and use it in GitHub Desktop.
Disable font boosting on mobile browsers
/* disable font boosting on mobile browsers */
body * {
max-height: 1000000em; /* Chrome for Android */
-moz-text-size-adjust: none; /* Firefox Mobile */
}
@lidesign
Copy link

don't works

@mojoaxel
Copy link
Author

mojoaxel commented Jul 1, 2019

don't works

@lidesign Which platform and browser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment