]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
NTR: add override config.yaml (compat + legacy sources upstream)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:14:50 +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: appajid/ntr
- Commit: 1268910 (unchanged)
- Config: override in ofl/ntr/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: NTR.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/ntr/config.yaml [new file with mode: 0644]
ofl/ntr/upstream_info.md

diff --git a/ofl/ntr/config.yaml b/ofl/ntr/config.yaml
new file mode 100644 (file)
index 0000000..ab4a3ab
--- /dev/null
@@ -0,0 +1,3 @@
+sources:
+  - NTR.ufo
+familyName: NTR
index de809f4610c7bda976e0786a7604a12954337d25..9bcefb4207a28344aeeb4c9494ff00480aafa161 100644 (file)
@@ -45,3 +45,9 @@ No `config.yaml` is present in the google/fonts directory for this family, and n
 - The repo has been dormant since November 2014. There is no evidence of more recent upstream activity.
 - Font version in the binary is 1.0.5 (ttfautohint v1.2.25).
 - No cached clone found in `/mnt/shared/upstream_repos/fontc_crater_cache/`.
+
+## 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 `1268910` (upstream legacy: .sfd in repo root). Added an override `config.yaml` in `ofl/ntr/` that references the compatible sources only (`NTR.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`.