]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Noticia Text: 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: jmsole/noticiatext
- Commit: bcc80c5 (unchanged)
- Config: override in ofl/noticiatext/config.yaml
- Status: complete
- Confidence: HIGH

Upstream at the pinned commit has both compatible sources (.glyphs) and
legacy .sfd/.vfb archives. The override references the compatible
sources only: source/NoticiaText-Regular.glyphs, source/NoticiaText-Italic.glyphs, source/NoticiaText-Bold.glyphs, source/NoticiaText-BoldItalic.glyphs. 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/noticiatext/config.yaml [new file with mode: 0644]
ofl/noticiatext/upstream_info.md

diff --git a/ofl/noticiatext/config.yaml b/ofl/noticiatext/config.yaml
new file mode 100644 (file)
index 0000000..ef8b845
--- /dev/null
@@ -0,0 +1,6 @@
+sources:
+  - source/NoticiaText-Regular.glyphs
+  - source/NoticiaText-Italic.glyphs
+  - source/NoticiaText-Bold.glyphs
+  - source/NoticiaText-BoldItalic.glyphs
+familyName: "Noticia Text"
index 04a0dc19055d32bdaceabe0840ed9a70e20f7ea9..915d8a0cba1ee5dc83a3201e50c4b54688309fd3 100644 (file)
@@ -47,3 +47,9 @@ No `config.yaml` exists in `/mnt/shared/google/fonts/ofl/noticiatext/`. None is
 - The FONTLOG describes an ambitious 18-style family vision (text, condensed, display, sans variants), but only the 4 text styles have been released.
 - The Glyphs source format (`.glyphs`) is the most practical entry point for any future maintenance work using modern tooling (`fontmake` + `gftools`).
 - A `config.yaml` could be authored to enable a `fontmake`-based build pipeline from the `.glyphs` sources, but this would require QA comparison against the manually hinted existing binaries.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Upstream has both compatible sources (.glyphs) and legacy `.sfd`/`.vfb` archives at the pinned commit `bcc80c5` (upstream legacy: .vfb archives in extras/vfb/). Added an override `config.yaml` in `ofl/noticiatext/` that references the compatible sources only (`source/NoticiaText-Regular.glyphs`, `source/NoticiaText-Italic.glyphs`, `source/NoticiaText-Bold.glyphs`, `source/NoticiaText-BoldItalic.glyphs`). 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`.