Finding specific things
Fonts install to one of four places depending on how they arrived.
| Path | Scope |
|---|---|
~/Library/Fonts | Just you |
/Library/Fonts | All users |
/System/Library/Fonts | macOS — protected |
/Users/you/Library/Application Support/Adobe/CoreSync/plugins/livetype | Adobe Fonts |
Three of the four are inside a Library folder, which is why searching for a font file by name normally returns nothing.
find ~/Library/Fonts /Library/Fonts -iname "*helvetica*" 2>/dev/null
Or use Font Book — select a font, then File → Reveal in Finder.
Font Book → Edit → Look for Enabled Duplicates. Duplicates cause the wrong weight to render and apps to show the same family twice.
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 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.
~/Library/Fonts for you, /Library/Fonts for all users, /System/Library/Fonts for macOS itself.
It is installed in more than one location. Font Book's duplicate check resolves it.
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