Skip to content

Instantly share code, notes, and snippets.

@richardszegh
Created November 26, 2023 11:56
Show Gist options
  • Select an option

  • Save richardszegh/bcc0cd9c89d6fca45d18da9a71ee2b3e to your computer and use it in GitHub Desktop.

Select an option

Save richardszegh/bcc0cd9c89d6fca45d18da9a71ee2b3e to your computer and use it in GitHub Desktop.
# 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