]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
STIX Two Text: add override config.yaml (compatible upstream sources)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:23:14 +0000 (10:23 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:50:32 +0000 (10:50 +0100)
- Repo: stipub/stixfonts
- Commit: c4afdf3fa5390159ef24aca1db5e957487c23897 (unchanged)
- Config: override in ofl/stixtwotext/config.yaml
- Status: complete
- Confidence: HIGH

Upstream has .designspace
sources at the pinned commit but no config file. An override was added
referencing source/STIXTwoTextVF-Roman.designspace and source/STIXTwoTextVF-Italic.designspace. STAT values omitted — gftools-builder will
auto-derive.

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

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

diff --git a/ofl/stixtwotext/config.yaml b/ofl/stixtwotext/config.yaml
new file mode 100644 (file)
index 0000000..129fa57
--- /dev/null
@@ -0,0 +1,6 @@
+sources:
+  - source/STIXTwoTextVF-Roman.designspace
+  - source/STIXTwoTextVF-Italic.designspace
+familyName: "STIX Two Text"
+axisOrder:
+  - wght
index 6089a46ab8394865d333a5ad27ec11bae9c07596..31a7c06acbf17c15fcf0c4bad4c1d7b88f2476f6 100644 (file)
@@ -16,3 +16,9 @@ The repository contains a `build.sh` shell script at the root level, along with
 
 ## Notes
 STIX Two Text is a variable serif text font from the STIX Fonts project, designed by Tiro Typeworks, Ross Mills, John Hudson, and Paul Hanslow. It includes roman and italic variable fonts with a `wght` axis ranging from 400 to 700. It shares its upstream repository with STIX Two Math; both families were updated with the same commit hash. The METADATA.pb source block already included file mappings and a branch specification (`master`); only the commit hash was missing.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/stixtwotext/` referencing the upstream gftools-builder-compatible source at the pinned commit `c4afdf3` (`source/STIXTwoTextVF-Roman.designspace`, `source/STIXTwoTextVF-Italic.designspace`). The upstream repo has no `config.yaml` of its own at this rev; `google-fonts-sources` auto-detects the override and records it in crater's `targets.json` as an external config on the next regeneration.