15 lines
233 B
Markdown
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
|
|
```
|