https://github.com/xoolive/font-dl
Web fonts downloader
https://github.com/xoolive/font-dl
Last synced: 12 months ago
JSON representation
Web fonts downloader
- Host: GitHub
- URL: https://github.com/xoolive/font-dl
- Owner: xoolive
- License: mit
- Created: 2015-11-12T15:41:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T21:58:00.000Z (about 8 years ago)
- Last Synced: 2025-01-22T00:49:33.122Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
## font-dl, download web fonts
This script parses the content of web pages to find web fonts and try to download them.
It is highly inspired from [@jorgegarciadev/font-dl](https://github.com/jorgegarciadev/font-dl) and provided as is, with no guarantee it will download any of the font files used by the website.
It does not presume **anything** about the license of each font file you download.
It is **your entire responsibility** to check the license of each font you download and to abide by its conditions.
**Do not** use any font you are not allowed to.
### Installation
```sh
pip install git+https://github.com/xoolive/font-dl
```
### Usage
```sh
font-dl http://
```
### License
MIT