Skip to content

Instantly share code, notes, and snippets.

@sethlilly
Created June 27, 2013 21:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sethlilly/5880453 to your computer and use it in GitHub Desktop.
Save sethlilly/5880453 to your computer and use it in GitHub Desktop.
Disable font boosting in Chrome for Android
/* Disable font boosting in Chrome for Android */
body * {
max-height: 1000000em;
}
@zhoufenfens
Copy link

👏

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