An open API service indexing awesome lists of open source software.

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

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