Skip to content

Instantly share code, notes, and snippets.

View GoesToEleven's full-sized avatar
😀
Enjoy life. Help others.

Todd McLeod GoesToEleven

😀
Enjoy life. Help others.
View GitHub Profile
@mojoaxel
mojoaxel / font-boosting.css
Last active July 1, 2019 18:23 — forked from sethlilly/font-boosting.css
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 */
}