]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Sarpanch: add override config.yaml (compat + legacy sources upstream)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:14:51 +0000 (10:14 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 10:16:47 +0000 (11:16 +0100)
- Repo: itfoundry/sarpanch
- Commit: 265ec8e (unchanged)
- Config: override in ofl/sarpanch/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: styles/Regular/font.ufo, styles/Medium/font.ufo, styles/SemiBold/font.ufo, styles/Bold/font.ufo, styles/ExtraBold/font.ufo, styles/Black/font.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)

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

diff --git a/ofl/sarpanch/config.yaml b/ofl/sarpanch/config.yaml
new file mode 100644 (file)
index 0000000..681056c
--- /dev/null
@@ -0,0 +1,8 @@
+sources:
+  - styles/Regular/font.ufo
+  - styles/Medium/font.ufo
+  - styles/SemiBold/font.ufo
+  - styles/Bold/font.ufo
+  - styles/ExtraBold/font.ufo
+  - styles/Black/font.ufo
+familyName: Sarpanch
index e3b0ac19eda6187886ac54ee8a259c8a4bb4f430..20805fa6d00a2299cc0a25949292c06bd577b856 100644 (file)
@@ -35,3 +35,9 @@ The repository was found by searching GitHub for `Sarpanch devanagari font`, whi
 ## Result
 
 A source block was added to METADATA.pb referencing the repository URL, the latest commit hash, and the primary UFO master source.
+
+## 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 `265ec8e` (upstream legacy: .vfb masters in masters/). Added an override `config.yaml` in `ofl/sarpanch/` that references the compatible sources only (`styles/Regular/font.ufo`, `styles/Medium/font.ufo`, `styles/SemiBold/font.ufo`, `styles/Bold/font.ufo`, `styles/ExtraBold/font.ufo`, `styles/Black/font.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`.