Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalaschnik/adobe-fonts-revealer
- Owner: kalaschnik
- Created: 2021-01-06T17:49:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:50:46.000Z (7 months ago)
- Last Synced: 2024-10-08T19:04:35.633Z (about 1 month ago)
- Topics: adobe, font, typography
- Language: Shell
- Homepage:
- Size: 2.12 MB
- Stars: 320
- Watchers: 10
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)