-
-
Save mojoaxel/7469194 to your computer and use it in GitHub Desktop.
Disable font boosting on mobile browsers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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
don't works