Skip to content

Instantly share code, notes, and snippets.

@shovon
Created January 17, 2013 01:19
Show Gist options
  • Save shovon/4552675 to your computer and use it in GitHub Desktop.
Save shovon/4552675 to your computer and use it in GitHub Desktop.
Font rendering on Mac OS X is ugly. This single line should fix it.
# Fix font rendering on Mac OS X.
$ defaults -currentHost write -globalDomain AppleFontSmoothing -int 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment