• Stars
    star
    269
  • Rank 152,662 (Top 4 %)
  • Language
    Shell
  • Created almost 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚜️ Copy Adobe Fonts (OTF) to your Downloads directory

❦ Adobe Fonts Revealer

Copy Adobe Fonts (OTF) to your Downloads directory (macOS)
Windows? Check out pawalan’s PowerShell solution here: https://github.com/pawalan/adobe-fonts-liberator

Problem
Your licensed and activated Adobe Fonts are not accessible. (1) They are stored (hidden) under (macOS): $HOME/Library/Application\ Support/Adobe/CoreSync/plugins/livetype/.r/. And (2), the filenames are some sort of id, which is good for Adobe managing the files, yet not human-readable.

Solution
This script copies all activated font files to your Downloads directory and renames all of them to what they represent. For example, the file .17969.otf becomes MinionPro-BoldCnItCapt.otf (which includes all cues for font varition, weight, etc.).

Demo

Execution

You need to have lcdf-typetools[1] installed (< 1mb). If you have texlive installed, you might already have that tool available.

  1. Install lcdf-typetools
  • macOS (brew):
    • brew install lcdf-typetools
  • Windows (WSL, to do)
    • sudo apt-get install -y lcdf-typetools
  1. Run sh reveal in your Terminal

[1] lcdf-typetools by Eddie Kohler