Skip to content

Instantly share code, notes, and snippets.

@idominikosgr
Forked from danpetrv/fix.md
Created August 4, 2020 07:19
Show Gist options
  • Select an option

  • Save idominikosgr/d5753a6345fa9834d43924fb8f0549cd to your computer and use it in GitHub Desktop.

Select an option

Save idominikosgr/d5753a6345fa9834d43924fb8f0549cd to your computer and use it in GitHub Desktop.
How to Fix Blurry Fonts in MacOS Mojave / Catalina for Non-Retina Displays
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
defaults -currentHost write -globalDomain AppleFontSmoothing -int 1

Light font smoothing defaults command (my selection):

defaults -currentHost write -globalDomain AppleFontSmoothing -int 1

Medium font smoothing defaults command:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2

Strong font smoothing defaults command:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment