summaryrefslogtreecommitdiff
path: root/sources/README.md
blob: 24beedb896a063c9cf86a59799536af49c1f4244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Building the Fonts

The fonts are built using gftools. The tools are all Python based. 


From the Sources folder run the build script in the terminal:

```
# Activate env
source venv/bin/activate
gftools builder config.yaml
```