Hacker News new | ask | show | jobs
Sub-pixel aliasing has Not been removed from Mojave
7 points by AnabeeKnox 2824 days ago
MacOS Mojave looked bad for me on my non-retina Macbook Air. The consensus everywhere I looked is that it has been removed from Mojave, there are many pages describing this if you do a Google search. However, the feature has not been removed, just hidden.

It can be enabled using the following terminal command:

  defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
1 comments

You need to logout and login to see the changes.