Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohmybahgosh/FONTS_DOT_COM_RIPPER
Script to extract entire font families from Fonts.com, rips them as woff2 and final output includes woff2 and ttf files
https://github.com/ohmybahgosh/FONTS_DOT_COM_RIPPER
bash bash-script curl datamining download-fonts font fonts scrape scrape-websites scraper sed shell-script typography woff2 woff2-files xidel
Last synced: 3 months ago
JSON representation
Script to extract entire font families from Fonts.com, rips them as woff2 and final output includes woff2 and ttf files
- Host: GitHub
- URL: https://github.com/ohmybahgosh/FONTS_DOT_COM_RIPPER
- Owner: ohmybahgosh
- License: gpl-3.0
- Created: 2022-01-02T01:26:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T01:30:38.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:55:50.285Z (6 months ago)
- Topics: bash, bash-script, curl, datamining, download-fonts, font, fonts, scrape, scrape-websites, scraper, sed, shell-script, typography, woff2, woff2-files, xidel
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```bash
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
######################## #########################
######################## _____ _ _____ _____ _ _____ _ #########################
######################## | | |_| |_ _| __ |___| |_| __|___ ___| |_ #########################
######################## | | | | | | | | | __ -| .'| | | | . |_ -| | #########################
######################## |_____|_|_|_|_|_|_ |_____|__,|_|_|_____|___|___|_|_| #########################
######################## |___| #########################
######################## #########################
#######################################################################################################################
######################## REQUIRED TOOLS: #########################
######################## SED: https://www.gnu.org/software/sed/manual/sed.html #########################
######################## XIDEL: https://github.com/benibela/xidel #########################
######################## CURL: https://github.com/curl/curl #########################
######################## WOFF2 https://github.com/google/woff2 #########################
#######################################################################################################################
#######################################################################################################################
######################## ==What This Script Does:== #########################
#######################################################################################################################
######################## RIPZ ANY FONT FROM FONTS.COM.. #########################
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
### /$$$$$$$ /$$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$ ###
### ;;;;; | $$__ $$| $$_____/ /$$__ $$| $$__ $$ |__ $$__/| $$ | $$|_ $$_/ /$$__ $$ ;;;;; ###
### ;;;;; | $$ \ $$| $$ | $$ \ $$| $$ \ $$ | $$ | $$ | $$ | $$ | $$ \__/ ;;;;; ###
### ;;;;; | $$$$$$$/| $$$$$ | $$$$$$$$| $$ | $$ | $$ | $$$$$$$$ | $$ | $$$$$$ ;;;;; ###
### ;;;;; | $$$$$$$/| $$$$$ | $$$$$$$$| $$ | $$ | $$ | $$$$$$$$ | $$ | $$$$$$ ;;;;; ###
### ;;;;; | $$__ $$| $$__/ | $$__ $$| $$ | $$ | $$ | $$__ $$ | $$ \____ $$ ;;;;; ###
###..;;;;;.. | $$ \ $$| $$ | $$ | $$| $$ | $$ | $$ | $$ | $$ | $$ /$$ \ $$ ..;;;;;..###
### ':::::' | $$ | $$| $$$$$$$$| $$ | $$| $$$$$$$/ | $$ | $$ | $$ /$$$$$$| $$$$$$/ ':::::' ###
### ':` |__/ |__/|________/|__/ |__/|_______/ |__/ |__/ |__/|______/ \______/ ':` ###
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
#######################################################################################################################
## **YOU MUST PROVIDE A FONT FAMILY URL FROM FONTS.COM, NOT A PACKAGE URL..IT'll LOOK LIKE THIS:** ##
## https://www.fonts.com/font/melvastype/kuunari-rounded ##
## https://www.fonts.com/font/linotype/neue-helvetica ##
## https://www.fonts.com/font/fontfabric/nexa-rust ##
################################ ...ETC ETC ETC ...################################
#######################################################################################################################
#######################################################################################################################
```