Created
July 30, 2012 02:45
-
-
Save kristianfreeman/3203651 to your computer and use it in GitHub Desktop.
CSS for drang
This file contains 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
html { | |
zoom: 1.5; | |
} |
Also, 1.5 is pretty huge. 1.2 (120%) might be a better change.
I went with 1.125, which is equivalent to my old default font size setting of 18 instead of 16 points.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to throw in a
!important
after the 1.5 — I didn't have any problems with it like this but YMMV.