Last active
September 5, 2015 22:25
-
-
Save yenliangl/559230 to your computer and use it in GitHub Desktop.
Tune font smoothing of Snow Leopard in command line
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
# 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