Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Were does Adobe Fonts (aka Typkekit aka Creative Cloud Fonts) store fonts on my mac?

When a font is activated through Adobe Fonts, where does it get stored on my computer?

And why doesn't it show up in Font Book?

Background: I recently ran into a situation where I was trying to verify that my CSS @font-family tags were working correctly. I opened Font Book to verify that I did NOT have the font already installed, then proceeded to open my HTML file in Chrome. Everything looked great! But it turned out that I DID have the font installed via Adobe Fonts. So my test was invalid and unfortunately my tags were not setup correctly.

like image 702
parleer Avatar asked Jul 29 '19 17:07

parleer


People also ask

Where are Typekit fonts stored Mac?

Fonts located in /Library/Fonts are available to all local users of the machine. Fonts installed in /Library/Application Support/Adobe/Fonts (during installation of an Adobe application) are only available to Adobe applications.

How do I find my Creative Cloud fonts?

Open the Creative Cloud desktop app. (Select the icon in your Windows taskbar or the macOS menu bar.) Select the fonts icon in the upper right. Then select Browse Fonts.

How do I add Adobe Fonts to my Mac Font Book?

In the Fonts window, Right Click in the list of fonts and choose “Install New Font.” Navigate to the folder that contains the fonts you want to install. Select the fonts you want to install. You can click to select one font, Control-click to select several fonts, or Shift-click to select a contiguous group of fonts.

What happened to Adobe Typekit?

Typekit was officially renamed to Adobe Fonts in October of 2018. With the name change came numerous improvements to the service—no more desktop sync limits, no more web-only fonts and no more pageview limits.


2 Answers

The fonts are located on your machine in the following folders:

Mac: /Users/<your user name>/Library/Application Support/Adobe/CoreSync/plugins/livetype/.r

Windows: C:\Users\<your user name>\AppData\Roaming\Adobe\CoreSync\plugins\livetype\r

You likely need to make sure you can see hidden/invisible files.

like image 135
fallerd Avatar answered Oct 22 '22 22:10

fallerd


To copy all Adobe fonts to your Downloads directory, and automatically rename them to something meaningful, you can check out my repo: https://github.com/Kalaschnik/adobe-fonts-revealer

The script is working like this:

enter image description here

like image 43
Kalaschnik Avatar answered Oct 22 '22 21:10

Kalaschnik