Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 706 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 706 Bytes

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 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

pip install git+https://github.com/xoolive/font-dl

Usage

font-dl http://<url>

License

MIT