Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalaschnik/adobe-fonts-revealer

⚜️ Copy Adobe Fonts (OTF) to your Downloads directory
https://github.com/kalaschnik/adobe-fonts-revealer

adobe font typography

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# ❦ 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`

2. Run `sh reveal` in your Terminal

[1] [lcdf-typetools](https://github.com/kohler/lcdf-typetools) by [Eddie Kohler](https://github.com/kohler)