aboutsummaryrefslogtreecommitdiff
path: root/savewebfonts_lib.py
Commit message (Collapse)AuthorAge
* add data:font/ttf;base64,HEADmasterB. Stack2021-04-08
|
* abstract some inline-font helper logicB. Stack2021-04-06
| | | | | Also handle some "non-woff" errors better. The file is a woff file, but the base64 conversion sometimes fails? It makes no sense.
* move get_session to topB. Stack2021-04-05
|
* use harfile entry 0 for domain nameB. Stack2021-04-05
|
* more precise loggingB. Stack2021-04-05
|
* add support for fonts inline in css as url data:B. Stack2021-04-04
| | | | | The handler parses the first data value and has support for only one exact entry, but it can be adapted for more.
* add a default config, which uses dryrun=TrueB. Stack2021-04-04
|
* add config class, and eot-ttf conversionB. Stack2021-04-04
| | | | | | | | eot2ttf depends on external, non-python programs but which are available in both target distros. The config class simplifies passing parameters, but requires initialization.
* add woff/woff2 conversion to ttfB. Stack2021-04-03
|
* support har files in libB. Stack2021-04-02
| | | | Still need to add harfile support to front-end
* initial commitB. Stack2021-04-02
bgstack15