From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:52 +0000 (+0100) Subject: Sniglet: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9fb4e03680ed4d96d171ece45bce52912a41d4;p=thirdparty%2Fgoogle%2Ffonts.git Sniglet: add override config.yaml (compat + legacy sources upstream) - Repo: theleagueof/sniglet - Commit: 5c6b086 (unchanged) - Config: override in ofl/sniglet/config.yaml - Status: complete - Confidence: HIGH Upstream at the pinned commit has both compatible sources (.ufo) and legacy .sfd/.vfb archives. The override references the compatible sources only: source/Sniglet_Regular.ufo. STAT values omitted (all shipped fonts are statics; gftools-builder will auto-derive as needed). Assisted by an AI agent (Claude Opus 4.7 1M context) --- diff --git a/ofl/sniglet/config.yaml b/ofl/sniglet/config.yaml new file mode 100644 index 000000000..c7c0c4da8 --- /dev/null +++ b/ofl/sniglet/config.yaml @@ -0,0 +1,3 @@ +sources: + - source/Sniglet_Regular.ufo +familyName: Sniglet diff --git a/ofl/sniglet/upstream_info.md b/ofl/sniglet/upstream_info.md index 71fa74895..71eb43e0b 100644 --- a/ofl/sniglet/upstream_info.md +++ b/ofl/sniglet/upstream_info.md @@ -40,3 +40,9 @@ Source block was added pointing to `theleagueof/sniglet` at commit `5c6b0860bdd0 ## Confidence Medium — The repository is maintained by The League of Moveable Type (the canonical host for Haley Fiege's fonts) and contains UFO sources for the Regular weight, but the ExtraBold weight source is absent. + +## Update (2026-04-24) — Override config.yaml + +**Model**: Claude Opus 4.7 (1M context) + +Upstream has both compatible sources (.ufo) and legacy `.sfd`/`.vfb` archives at the pinned commit `5c6b086` (upstream legacy: .vfb in source/ (upstream ships Regular UFO only; ExtraBold has no source at this commit)). Added an override `config.yaml` in `ofl/sniglet/` that references the compatible sources only (`source/Sniglet_Regular.ufo`). The legacy archives are retained upstream for historical reference but are not consumed by gftools-builder. `google-fonts-sources` auto-detects the override on the next regeneration of crater's `targets.json`.