Everywhere All articles Download

Finding specific things

Where fonts live

Updated 2026-07-31 · 3 min read

Fonts install to one of four places depending on how they arrived.

The four locations

PathScope
~/Library/FontsJust you
/Library/FontsAll users
/System/Library/FontsmacOS — protected
/Users/you/Library/Application Support/Adobe/CoreSync/plugins/livetypeAdobe Fonts

Three of the four are inside a Library folder, which is why searching for a font file by name normally returns nothing.

Finding a specific font

find ~/Library/Fonts /Library/Fonts -iname "*helvetica*" 2>/dev/null

Or use Font Book — select a font, then File → Reveal in Finder.

Duplicates

Font Book → Edit → Look for Enabled Duplicates. Duplicates cause the wrong weight to render and apps to show the same family twice.

Removing a font

Disable in Font Book rather than deleting, unless you are certain. Removing a system font breaks parts of macOS, and /System/Library/Fonts is protected precisely to prevent that.

Adobe and other managed fonts

Adobe Fonts, Monotype and similar services install into their own directories and are not ordinary files. They disappear when the subscription lapses, which surprises people mid-project.

Common questions

Where are fonts stored on a Mac?

~/Library/Fonts for you, /Library/Fonts for all users, /System/Library/Fonts for macOS itself.

Why does the same font appear twice?

It is installed in more than one location. Font Book's duplicate check resolves it.

Find any file before you finish typing

Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.

Download for Mac

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support