From c24d7ffc904ad6b89381017f0680714e7de65344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Wed, 26 Sep 2018 22:05:05 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Disable=20Font=20Smoo?= =?UTF-8?q?thing=20Disabler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable Font Smoothing Disabler in macOS Mojave --- .macos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.macos b/.macos index 78e0bd75a26..c6c1c6cccc0 100755 --- a/.macos +++ b/.macos @@ -216,6 +216,10 @@ defaults write com.apple.screencapture disable-shadow -bool true # Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501 defaults write NSGlobalDomain AppleFontSmoothing -int 1 +# Disable Font Smoothing Disabler in macOS Mojave +# Reference: https://ahmadawais.com/fix-macos-mojave-font-rendering-issue/ +defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE + # Enable HiDPI display modes (requires restart) sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true