Skip to content

Instantly share code, notes, and snippets.

@bloqhead
Created September 26, 2018 04:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bloqhead/f38d63f68b835beb286b7983d6196bed to your computer and use it in GitHub Desktop.
Save bloqhead/f38d63f68b835beb286b7983d6196bed to your computer and use it in GitHub Desktop.
This fixes the text antialiasing issue in Electron apps on macOS Mojave. Run this command in your terminal, then log out and back in to see the changes take effect.
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment