1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Mon, 11 Aug 2025 12:04:52 +0200
Subject: Enable building of static fonts
---
sources/config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sources/config.yaml b/sources/config.yaml
index ada0041..c1d4778 100644
--- a/sources/config.yaml
+++ b/sources/config.yaml
@@ -1,7 +1,7 @@
sources:
- Nunito.glyphs
outputDir: "../fonts"
-buildStatic: false
+buildStatic: true
axisOrder:
- wght
- ital
|