From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:50 +0000 (+0100) Subject: NATS: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dfee231b3adc2cce864d77f6ebf274ce29c7161;p=thirdparty%2Fgoogle%2Ffonts.git NATS: add override config.yaml (compat + legacy sources upstream) - 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) --- diff --git a/ofl/nats/config.yaml b/ofl/nats/config.yaml new file mode 100644 index 000000000..abf1f386e --- /dev/null +++ b/ofl/nats/config.yaml @@ -0,0 +1,3 @@ +sources: + - NATS.ufo +familyName: NATS diff --git a/ofl/nats/upstream_info.md b/ofl/nats/upstream_info.md index 1462a5cf4..7de8ca1a2 100644 --- a/ofl/nats/upstream_info.md +++ b/ofl/nats/upstream_info.md @@ -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`.