https://github.com/xtream1101/google-font-downloader
https://github.com/xtream1101/google-font-downloader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtream1101/google-font-downloader
- Owner: xtream1101
- Created: 2015-12-11T17:07:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T17:20:16.000Z (over 10 years ago)
- Last Synced: 2025-03-11T23:30:42.022Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-font-downloader
This was made so you can use google fonts locally and not have to rely on an internet connection.
*This script still needs to catch invalid links and errors that may occur.
You must pass it a link from the google fonts api like this link here http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,900%7CLato:300,400
It will zip all of the font files along with a css file that will automatically download once it has completed.
## Usage
This is created using a flask api. By default it is listening on all interfaces on port `7001`. To change this, edit the last line in `app.py` to reflect your new values.
Start by running: `$ python3 app.py`