Thanks. Will take a look at this later today and report backYes, but it depends on what you prefer. I don't like how font smoothing looks on non-retina displays and have always disabled that option.
This works for me:
defaults -currentHost write -g AppleFontSmoothing -int 0
You have to log out (perhaps even reboot) to see the changes across the entire desktop.
I used to disable font smoothing in System Preferences → General prior to Big Sur, which is not possible anymore. Disabling it would add this defaults key to the settings. Upgrading to Big Sur removes that defaults key from the settings and thereby re-enables font smoothing, but you can still disable it.
infinite amount of thanks for this!This works for me:
defaults -currentHost write -g AppleFontSmoothing -int 0
You have to log out (perhaps even reboot) to see the changes across the entire desktop.
I used to disable font smoothing in System Preferences → General prior to Big Sur, which is not possible anymore. Disabling it would add this defaults key to the settings. Upgrading to Big Sur removes that defaults key from the settings and thereby re-enables font smoothing, but you can still disable it.
defaults -currentHost write -g AppleFontSmoothing -int 1
You can just reset the default:This command does not turn off font smoothing. It changes it, but does not turn it off. And I'm not sure if I think it's worse or not. How do I turn it back on?
defaults -currentHost delete -g AppleFontSmoothing
Looks like on my machine light font smoothing (1) is just spot on.Fonts are much nicer and more readable on my external 4K display when font smoothing is disabled. But my MacBook Pro display looks better with the default setting. I think it has something to do with the scaling and the DPI. Anyway, the values are:
0 - Font smoothing disabled.
1 - Light font smoothing.
2 - Medium (default).
3 - Strong.
There is another thing I noticed, this is hopefully just a bug, but in general, some UI elements aren't as sharp.
For example, this is the bottom corner of Safari.
At first, I thought it was due to my external monitor but even on my retina MacBook 15" screen, I can see the same issue.
Is anyone else seeing this as well?
View attachment 1666303
Thank you so much! 😁This works for me:
defaults -currentHost write -g AppleFontSmoothing -int 0
I don't know for sure, but I've read somewhere that the default in Catalina is 2 (medium).Which setting is the same as Catalina?
For those of you who are still not satisfied with fonts you can try playing around with Tinker. Not entirely sure if it works (personally getting subtle effects which might be placebo) but it's worth a shot.
EDIT: I'm not a fan of what it does but actually it does seem to work with this "old style" smoothing.
AppleFontSmoothing
default (“off” being 0
, “strong” being 3
; see also Luis Glez’ post above). The “old style” font smoothing can be enabled with this:defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
Any chance you could list out the steps to add the code to terminal? I am new to this and what I tried doing is:Thank you for this! On my MBP 15 2015 everything looked a bit blurry, but after using this command, it's much better, everything is sharp again.
You did it correctly.Any chance you could list out the steps to add the code to terminal? I am new to this and what I tried doing is:
1. Open Terminal
2. Paste Code
3. Pressed the return key
4. Restarted Mac (didn't close any windows)
I didn't notice any difference and I wasn't sure if I missed a step. Thank you!
I have the same display - worked for me, far better nowso does this make fonts better for non retina displays? For example if I am using my Dell u3419w which is 3440x1440?