Font Adjuster app icon.

Font Smoothing Adjuster

Re-enable the font smoothing controls removed in macOS Big Sur.

Requires macOS 11.0 Big Sur or above.

The Font Adjuster app. Hover over or click to see the difference.

The Font Smoothing Adjuster app. Hover over or click to see the difference.

Font Smoothing Adjuster - Open source app to adjust font smoothing settings in Big Sur | Product Hunt

What is font smoothing?

Font smoothing is something that macOS does to make your fonts look slightly bolder. This has the side-effect of messing with carefully designed character shapes produced by font creators, and makes text more blurry. See the font smoothing section of Nikita Prokopov’s excellent article for more details.

Hover over or click the image to see the difference between medium font smoothing (macOS default) and no font smoothing.

Hover over or click the image to see the difference between medium font smoothing (macOS default) and no font smoothing.

Why did you make this app?

On previous releases of macOS, you could disable font smoothing from the General pane of the System Preferences app, but this option has been removed from macOS Big Sur (as reported on by publications including MacRumors and Ars Technica).

This annoyed us, so we made a tiny app that lets you easily choose what level of font smoothing you would like, or disable it altogether.

Can't I just use terminal commands to adjust font smoothing?

Absolutely. If you’re comfortable using a terminal, you can also use the following commands to set your desired level of font smoothing instead of using the app.

Under the hood, The Font Smoothing Adjuster app uses Core Foundation's Preferences Utilities APIs to achieve the same result. All the app does is provide a helpful and intuitive graphical frontend for anyone who is less comfortable running terminal commands.

Disable font smoothing:

defaults -currentHost write -g AppleFontSmoothing -int 0

Reset to default font smoothing level (medium):

defaults -currentHost delete -g AppleFontSmoothing

You will need to log off or restart your Mac for any changes to take effect.

How much does it cost?

The Font Smoothing Adjuster app is free. We have also open sourced the codebase under the MIT License. To view, download, report issues or contribute to the codebase, head over to the repository on GitHub. We'd love to hear from you.

Copyright © Bounce Technologies Limited | All right reserved.

Download icon by Pixel perfect