From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:49 +0000 (+0100) Subject: Karma: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb19d513a1195ec1b22aab0201f53ccd117d91c5;p=thirdparty%2Fgoogle%2Ffonts.git Karma: add override config.yaml (compat + legacy sources upstream) - Repo: itfoundry/karma - Commit: 1222894 (unchanged) - Config: override in ofl/karma/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: styles/Light/font.ufo, styles/Regular/font.ufo, styles/Medium/font.ufo, styles/SemiBold/font.ufo, styles/Bold/font.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/karma/config.yaml b/ofl/karma/config.yaml new file mode 100644 index 000000000..94bc187b4 --- /dev/null +++ b/ofl/karma/config.yaml @@ -0,0 +1,7 @@ +sources: + - styles/Light/font.ufo + - styles/Regular/font.ufo + - styles/Medium/font.ufo + - styles/SemiBold/font.ufo + - styles/Bold/font.ufo +familyName: Karma diff --git a/ofl/karma/upstream_info.md b/ofl/karma/upstream_info.md index a5d8e2753..ccded6f74 100644 --- a/ofl/karma/upstream_info.md +++ b/ofl/karma/upstream_info.md @@ -42,3 +42,9 @@ The source block needs a `commit` field added. The commit to use would need to b ## Commit Added (HIGH confidence) Commit `12228946ce59ce2008e0a95a6b222632e6481121` was determined by **tag_match**. Matched a version tag in the upstream repo whose date is on or before the binary modification date in google/fonts (2017-05-15). This is the most reliable method. + +## 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 `1222894` (upstream legacy: .vfb masters in masters/). Added an override `config.yaml` in `ofl/karma/` that references the compatible sources only (`styles/Light/font.ufo`, `styles/Regular/font.ufo`, `styles/Medium/font.ufo`, `styles/SemiBold/font.ufo`, `styles/Bold/font.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`.