]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Laila: add override config.yaml (compat + legacy sources upstream)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:14:49 +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: itfoundry/laila
- Commit: a8b5b4e (unchanged)
- Config: override in ofl/laila/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)

ofl/laila/config.yaml [new file with mode: 0644]
ofl/laila/upstream_info.md

diff --git a/ofl/laila/config.yaml b/ofl/laila/config.yaml
new file mode 100644 (file)
index 0000000..4c2327d
--- /dev/null
@@ -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: Laila
index a9ccb7f8c1c59fa7ecf4884bae998a884705c609..511d0a3710d85a788f51e4376d3ebcf3c31c884a 100644 (file)
@@ -44,3 +44,9 @@ The source block exists with the repository URL but is missing the commit hash.
 ## Commit Added (HIGH confidence)
 
 Commit `a8b5b4ee6cf52508cc0d4f606d4ec0ae4994953a` 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 `a8b5b4e` (upstream legacy: .vfb masters in masters/). Added an override `config.yaml` in `ofl/laila/` 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`.