blob: 950bfcd3fca00e06b5d33b268f67b571b4aa0a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
wfs subsets web fonts. It is similar to glyphhanger, except:
Features:
- written in Python, not Node
- automatically compares before and after screenshots
- automatic parallelism
- font-style/-weight support
Anti-features:
- uses Selenium instead of Puppeteer
- no JSDOM support, mainly because getComputedStyle is very buggy (missing
default styles, crashes)
Non-features:
- no spidering support: there are many excellent spiders, use those and then
pass the URLs
|