issues
search
pydsigner
/
anchovy
A minimal, unopinionated framework for static website generation.
Apache License 2.0
2
stars
0
forks
source link
Add a font minifier Step
#35
Open
pydsigner
opened
1 year ago
pydsigner
commented
1 year ago
[ ] Use cssselect, tinycss2, and lxml/beautifulsoup4 to identify which glyphs are used for each font
[ ] Beware of glyphs that may be inserted from JavaScript
[ ] Use fonttools.subset to reduce font files to the identified glyphs
pydsigner
commented
1 year ago
Could look for particularly prefixed comments in JavaScript files.