Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 481 Bytes

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.