Created
November 26, 2023 11:56
-
-
Save richardszegh/bcc0cd9c89d6fca45d18da9a71ee2b3e to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment