googlefonts / vf2symbols

Apache License 2.0
4 stars 6 forks source link

vf2symbols

Tool to generate custom symbol images for Apple application development from a wght variable font.

Usage:

pip install -e .
vf2symbols path-to-variable-icon-font.ttf
python3 -m vf2symbols.svg2symbols path-to-svg.svg [path-to-another-svg.svg ...]
# ...
# build/symbols has your symbols

Releasing

See https://googlefonts.github.io/python#make-a-release.