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

diff --git a/ofl/timmana/config.yaml b/ofl/timmana/config.yaml
new file mode 100644 (file)
index 0000000..fa292b3
--- /dev/null
@@ -0,0 +1,3 @@
+sources:
+  - TimmanaRegular.ufo
+familyName: Timmana
index ab09f5d7fa1a52d1d0f37370c41b19ed6bfe0d64..7a4fcb4f45b078effd7a7d96b5f8ee45bfa07216 100644 (file)
@@ -32,3 +32,9 @@ Source block was added to `METADATA.pb` pointing to the above repository and com
 ### Notes
 
 A secondary repository at `davelab6/timmana` was also found, but it contained only TTX (compiled XML) files and a bakery.yaml, with no editable source files. It was therefore skipped in favor of the canonical upstream.
+
+## 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 `6ed6823` (upstream legacy: .vfb in repo root). Added an override `config.yaml` in `ofl/timmana/` that references the compatible sources only (`TimmanaRegular.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`.