Adobe Font Download Utility
Downloads .ttf font files from any Adobe font link.
Demo: https://adobe-font-scraper.herokuapp.com/
Hosted on Heroku free tier so it might take a hot minute to spin up server and load.
GONE. No LINK. GOT DMCAd
# install dependencies
$ npm install
# launch server
$ npm start
- Go to
src/fonts.js
. - Uncomment line 172 and run
node src/fonts.js
. This will create a JSON file which holds all the links. - Comment that line.
- Uncomment the block of code below 172 and run
node src/fonts.js
. - In the event that the script breaks, just run it again, it will check against already downloaded files.
- Profit.
- NodeJS (v14.2.0)
- Express - server
- Puppeteer - scraping
- wawoff2 - decoding WOFF2 files
- opentype.js - getting font details (font family)