Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Last active September 5, 2015 22:25
Show Gist options
  • Save yenliangl/559230 to your computer and use it in GitHub Desktop.
Save yenliangl/559230 to your computer and use it in GitHub Desktop.
Tune font smoothing of Snow Leopard in command line
# Open Terminal and enter,
# Replace 2 with a number between 0 and 3.
# 0: Light
# 1: Standard
# 2: Medium
# 3: Bold
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment