Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travisspomer/adobefontscache
Cache your Adobe Fonts files locally.
https://github.com/travisspomer/adobefontscache
adobe fonts typekit
Last synced: about 1 month ago
JSON representation
Cache your Adobe Fonts files locally.
- Host: GitHub
- URL: https://github.com/travisspomer/adobefontscache
- Owner: TravisSpomer
- License: mit
- Created: 2021-08-10T18:46:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T22:52:41.000Z (over 3 years ago)
- Last Synced: 2024-11-08T15:51:28.704Z (3 months ago)
- Topics: adobe, fonts, typekit
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# Adobe Fonts Cache Tool
I got tired of Adobe Fonts constantly deactivating fonts I was using in Figma, and the mind-bogglingly high resource usage of the Adobe Creative Cloud app, so I made a tool to copy my fonts out of the cache folder. This tool only works on Windows, but could probably be easily ported to Mac OS if you replace a couple of path names.
Please don't use this for anything nefarious. This tool isn't useful to you if you aren't an Adobe Creative Cloud subscriber.
## Usage
1. Install [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0)
2. Run [`AdobeFontsCache.exe`](https://github.com/TravisSpomer/AdobeFontsCache/releases) to extract the fonts to a folder on your desktop
3. Feel free to deactivate all of your fonts, remove the Adobe Creative Cloud Desktop app, and then just install those fonts locallyEnjoy your 480 MB of RAM savings by not having the CC app's 14 processes running!
## Building
If you're not using Visual Studio, you can build a release EXE with the following ([.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) is required):
```
dotnet build --configuration Release
dotnet publish -c Release -r win-x86 -p:PublishSingleFile=true --self-contained false
```---
© 2021 Travis Spomer. [MIT license](License.txt).