Files
font-split/README.md
2024-08-03 22:20:37 +08:00

15 lines
233 B
Markdown

# Font Split
Split the preset variations in a Variable Font into static fonts
## Usage
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py path/to/font.ttf path/to/output/dir
```