This file contains hidden or 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
| # run this command to enable subpixel font smoothing (for non-retina displays) | |
| defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO | |
| # run this command to disable subpixel font smoothing (for retina displays) | |
| defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES |