From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:26:03 +0000 (+0100) Subject: Zilla Slab: add override config.yaml (compatible upstream sources) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f473a26ceba660d85cf223ff121dea1fe91cfcb6;p=thirdparty%2Fgoogle%2Ffonts.git Zilla Slab: add override config.yaml (compatible upstream sources) - 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) --- diff --git a/ofl/zillaslab/config.yaml b/ofl/zillaslab/config.yaml new file mode 100644 index 000000000..f76e2fb89 --- /dev/null +++ b/ofl/zillaslab/config.yaml @@ -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 diff --git a/ofl/zillaslab/upstream_info.md b/ofl/zillaslab/upstream_info.md index f3cf21a8b..0ebfecdc2 100644 --- a/ofl/zillaslab/upstream_info.md +++ b/ofl/zillaslab/upstream_info.md @@ -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.