]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Rajdhani: 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/rajdhani
- Commit: 86cae0e (unchanged)
- Config: override in ofl/rajdhani/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/Light/font.ufo, styles/Regular/font.ufo, styles/Medium/font.ufo, styles/SemiBold/font.ufo, styles/Bold/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/rajdhani/config.yaml [new file with mode: 0644]
ofl/rajdhani/upstream_info.md

diff --git a/ofl/rajdhani/config.yaml b/ofl/rajdhani/config.yaml
new file mode 100644 (file)
index 0000000..04ad066
--- /dev/null
@@ -0,0 +1,7 @@
+sources:
+  - styles/Light/font.ufo
+  - styles/Regular/font.ufo
+  - styles/Medium/font.ufo
+  - styles/SemiBold/font.ufo
+  - styles/Bold/font.ufo
+familyName: Rajdhani
index 3387b7f7ce681cd6355d3146e06894bdca72b958..20aa15435c15889af876608c69713142931f8d16 100644 (file)
@@ -25,3 +25,9 @@ A canonical upstream source repository was found and a source block was added to
 - Designer: Indian Type Foundry
 - The repository contains both UFO and VFB (FontLab) files for the masters
 - The `itfoundry` GitHub account is the official Indian Type Foundry organization account
+
+## 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 `86cae0e` (upstream legacy: .vfb masters in masters/). Added an override `config.yaml` in `ofl/rajdhani/` that references the compatible sources only (`styles/Light/font.ufo`, `styles/Regular/font.ufo`, `styles/Medium/font.ufo`, `styles/SemiBold/font.ufo`, `styles/Bold/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`.