Fix Mojave Rendering Issue

Fix Mojave Rendering Issue

Published at

Reading time

Today after updating macOS from High Sierra to Mojave in my MacBook Pro, I found out that Mojave has some render issue. Here is how to fix the issue.

Steps to fix

  • Copy this code defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE.
  • Open your terminal application.
  • Paste the copied code.
  • Logout or Restart your system.

Open the before/after screenshot below in two tabs to see the difference.

Before fix:

VS Code Editor screenshot:

Before fix in VS Code

Github screenshot

Before fix in github

After fix:

VS Code Editor screenshot:

After fix in VS Code

Github screenshot

After fix in github

Other issues I faced

Thanks for reading!!

Share this article