]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Wix Madefor Text: add config_yaml to METADATA.pb (sources/config.yaml)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:04:08 +0000 (10:04 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:41:48 +0000 (10:41 +0100)
Direct inspection of the upstream repo at the pinned commit (via the
bare mirror in upstream_repos/repo_archive) confirms that the
referenced config file exists and is a valid gftools-builder config.
Moves the family out of the dashboard's missing_config bucket on the
next google-fonts-sources regeneration of crater's targets.json.

Assisted by an AI agent (Claude Opus 4.7 1M context)

ofl/wixmadefortext/METADATA.pb
ofl/wixmadefortext/upstream_info.md

index 304dfad3222174dd93382de0f8b43c07fda02a5d..b966a4179a6df272fe7cc58ff71c50a89760bcc9 100644 (file)
@@ -165,4 +165,5 @@ axes {
 source {
   repository_url: "https://github.com/wix-incubator/wixmadefor"
   commit: "85646f130c8d3edffe66c4d8755c3f9f7abfa877"
+  config_yaml: "sources/config.yaml"
 }
index 4ce023b32710db323164eb74b5597ddd8c1b9d63..0cc69fff7c8ceb22735f5b80bf71bde9a8b4960f 100644 (file)
@@ -24,3 +24,12 @@ The repository was found at `wix-incubator/wixmadefor` (also accessible via the
 ## Confidence
 
 High — the repository URL is referenced in both DESCRIPTION.en_us.html and the font copyright string, and the UFO sources for the Text variant were confirmed present.
+
+
+## Update (2026-04-24)
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added `config_yaml: "sources/config.yaml"` to the METADATA.pb `source { }` block. Direct inspection of the upstream repo at the pinned commit `85646f13` (via the bare mirror in `upstream_repos/repo_archive/wix-incubator/wixmadefor.git`) confirms that `sources/config.yaml` exists at that commit and is a valid gftools-builder config — it declares the `sources:` key. The family should move from the dashboard's "missing_config" bucket into "covered" once `google-fonts-sources` regenerates crater's `targets.json`.
+
+The upstream repo at `85646f13` contains three gftools-builder configs — `sources/config.yaml` (builds Text + Display variable fonts), `sources/config_display.yaml` (Display statics only), and `sources/config_text.yaml` (Text statics only). The shipped `WixMadeforText[wght].ttf` is a variable font, and the sibling family Wix Madefor Display already records `config_yaml: "sources/config.yaml"` — so the shared VF config is the right pointer for Wix Madefor Text too.