]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
NATS: 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/nats
- Commit: 7e1486a (unchanged)
- Config: override in ofl/nats/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: NATS.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/nats/config.yaml [new file with mode: 0644]
ofl/nats/upstream_info.md

diff --git a/ofl/nats/config.yaml b/ofl/nats/config.yaml
new file mode 100644 (file)
index 0000000..abf1f38
--- /dev/null
@@ -0,0 +1,3 @@
+sources:
+  - NATS.ufo
+familyName: NATS
index 1462a5cf4439e8bf18f3c98e166fb1100bfe353d..7de8ca1a279e4e95df9c0a2c57590f60175be50d 100644 (file)
@@ -36,3 +36,9 @@ A `config.yaml` file is listed in the repository tree, but its content could not
 - The font was added to Google Fonts on 2014-12-10 and has not been updated since the initial addition; the upstream repo similarly has had no activity since 2014.
 - The `nikstoj/neuton-font` GitHub repo seen in search results is unrelated to this family.
 - No upstream mirror exists 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 `7e1486a` (upstream legacy: .sfd in repo root). Added an override `config.yaml` in `ofl/nats/` that references the compatible sources only (`NATS.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`.