Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add data:font/ttf;base64,HEADmaster | B. Stack | 2021-04-08 |
| | |||
* | abstract some inline-font helper logic | B. Stack | 2021-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 top | B. Stack | 2021-04-05 |
| | |||
* | use harfile entry 0 for domain name | B. Stack | 2021-04-05 |
| | |||
* | more precise logging | B. Stack | 2021-04-05 |
| | |||
* | add support for fonts inline in css as url data: | B. Stack | 2021-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=True | B. Stack | 2021-04-04 |
| | |||
* | add config class, and eot-ttf conversion | B. Stack | 2021-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 ttf | B. Stack | 2021-04-03 |
| | |||
* | support har files in lib | B. Stack | 2021-04-02 |
| | | | | Still need to add harfile support to front-end | ||
* | initial commit | B. Stack | 2021-04-02 |