Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created July 30, 2012 02:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristianfreeman/3203651 to your computer and use it in GitHub Desktop.
Save kristianfreeman/3203651 to your computer and use it in GitHub Desktop.
CSS for drang
html {
zoom: 1.5;
}
@kristianfreeman
Copy link
Author

You might need to throw in a !important after the 1.5 — I didn't have any problems with it like this but YMMV.

@kristianfreeman
Copy link
Author

Also, 1.5 is pretty huge. 1.2 (120%) might be a better change.

@drdrang
Copy link

drdrang commented Jul 30, 2012

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