Skip to main content
Participant
June 22, 2020
Answered

Uninstall ESRI fonts MAC from Photoshop and Illustrator

  • June 22, 2020
  • 1 reply
  • 1129 views

I tried the ArcGIS Mapping extension for Adobe (Mac), but I thought I got rid of all of it. But I still get all the ESRI mapping fonts (used by ArcGIS) showing up when I want to choose a font. I cannot find these fonts in FontBook (or anywhere else).

I tried to get info from "doc info" in Illustrator about the location of the fonts but nothing was displayed- only "". I tried uninstalling and reinstalling Photoshop - no luck. I tried searching cloud fonts to unistall-and nothing. Can you help me get rid of all the ESRI mapping fonts?

This topic has been closed for replies.
Correct answer inthenameofharman

Finally got rid of them!

You have to use Terminal. (Applications/Utilities)

Paste in: cd /Volumes/Macintosh\ HD/Library/Application\ Support/Adobe/Fonts/

Your HD might be a different name.

Type     ls -al

All of the esri fonts should be listed.

Type   sudo rm es*

Supply your password and those fonts should be gone.

1 reply

inthenameofharmanCorrect answer
Participant
July 22, 2020

Finally got rid of them!

You have to use Terminal. (Applications/Utilities)

Paste in: cd /Volumes/Macintosh\ HD/Library/Application\ Support/Adobe/Fonts/

Your HD might be a different name.

Type     ls -al

All of the esri fonts should be listed.

Type   sudo rm es*

Supply your password and those fonts should be gone.

Participant
July 23, 2020

THANK YOU! THAT WORKED!