]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Zilla Slab: add override config.yaml (compatible upstream sources)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:26:03 +0000 (10:26 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:50:32 +0000 (10:50 +0100)
- Repo: mozilla/zilla-slab
- Commit: 6dcec520f9b23ad7f380b7ce3e8072be95fe0004 (unchanged)
- Config: override in ofl/zillaslab/config.yaml
- Status: complete
- Confidence: HIGH

Upstream has .ufo
sources at the pinned commit but no config file. An override was added
referencing sources/ZillaSlab-*.ufo (10 static styles). STAT values omitted — gftools-builder will
auto-derive.

Assisted by an AI agent (Claude Opus 4.7 1M context)

ofl/zillaslab/config.yaml [new file with mode: 0644]
ofl/zillaslab/upstream_info.md

diff --git a/ofl/zillaslab/config.yaml b/ofl/zillaslab/config.yaml
new file mode 100644 (file)
index 0000000..f76e2fb
--- /dev/null
@@ -0,0 +1,13 @@
+sources:
+  - sources/ZillaSlab-Light.ufo
+  - sources/ZillaSlab-LightItalic.ufo
+  - sources/ZillaSlab-Regular.ufo
+  - sources/ZillaSlab-Italic.ufo
+  - sources/ZillaSlab-Medium.ufo
+  - sources/ZillaSlab-MediumItalic.ufo
+  - sources/ZillaSlab-SemiBold.ufo
+  - sources/ZillaSlab-SemiBoldItalic.ufo
+  - sources/ZillaSlab-Bold.ufo
+  - sources/ZillaSlab-BoldItalic.ufo
+familyName: "Zilla Slab"
+buildVariable: false
index f3cf21a8b944e1f09c8ec31550d03c87600f19dd..0ebfecdc2e815fa7cfef4574434a2f412da48b13 100644 (file)
@@ -24,3 +24,9 @@ The repository was found at `mozilla/zilla-slab`. The DESCRIPTION.en_us.html in
 ## Confidence
 
 High — the repository URL is referenced in DESCRIPTION.en_us.html and the Mozilla copyright holder confirms this as the canonical upstream source.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/zillaslab/` referencing the upstream gftools-builder-compatible source at the pinned commit `6dcec52` (`sources/ZillaSlab-Light.ufo`, `sources/ZillaSlab-LightItalic.ufo`, `sources/ZillaSlab-Regular.ufo`, `sources/ZillaSlab-Italic.ufo`, `sources/ZillaSlab-Medium.ufo`, `sources/ZillaSlab-MediumItalic.ufo`, `sources/ZillaSlab-SemiBold.ufo`, `sources/ZillaSlab-SemiBoldItalic.ufo`, `sources/ZillaSlab-Bold.ufo`, `sources/ZillaSlab-BoldItalic.ufo`). The upstream repo has no `config.yaml` of its own at this rev; `google-fonts-sources` auto-detects the override and records it in crater's `targets.json` as an external config on the next regeneration.