]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
STIX Two Math + Text: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:27 +0000 (18:51 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:16:13 +0000 (23:16 +0000)
Assisted by an AI agent (Claude Opus 4.6)

ofl/stixtwomath/METADATA.pb
ofl/stixtwomath/upstream_info.md [new file with mode: 0644]
ofl/stixtwotext/METADATA.pb
ofl/stixtwotext/upstream_info.md [new file with mode: 0644]

index 3aabd6dd63e17ca6820fa9819559924077a71838..7e27cef8d9b8eb38ffcc6f0c15bdf720b16b19ff 100644 (file)
@@ -35,4 +35,5 @@ source {
     dest_file: "STIXTwoMath-Regular.ttf"
   }
   branch: "master"
+  commit: "c4afdf3fa5390159ef24aca1db5e957487c23897"
 }
diff --git a/ofl/stixtwomath/upstream_info.md b/ofl/stixtwomath/upstream_info.md
new file mode 100644 (file)
index 0000000..2b57e3d
--- /dev/null
@@ -0,0 +1,18 @@
+# STIX Two Math — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/stipub/stixfonts
+- **Commit**: `c4afdf3fa5390159ef24aca1db5e957487c23897`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The upstream repository at https://github.com/stipub/stixfonts was identified as the source for STIX Two Math. The latest commit on the master branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. Tagged releases were found (latest: `v2.13b171`).
+
+## Build System
+The repository contains a `build.sh` shell script at the root level, along with a `tools/` directory and `requirements.in`/`requirements.txt` files indicating a Python-based build toolchain. Pre-built fonts are available in `fonts/static_ttf/` and `fonts/variable_ttf/` directories.
+
+## Notes
+STIX Two Math is a mathematical OpenType font from the STIX Fonts project, designed by Tiro Typeworks, Ross Mills, John Hudson, and Paul Hanslow. It shares its upstream repository with STIX Two Text; 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.
index 94c2deaa6cf576e70f51a5573e70f5508a1693ea..6b42234f7c2be4edc8d4cf3dfde975492cfe42cb 100644 (file)
@@ -52,4 +52,5 @@ source {
     dest_file: "STIXTwoText-Italic[wght].ttf"
   }
   branch: "master"
+  commit: "c4afdf3fa5390159ef24aca1db5e957487c23897"
 }
diff --git a/ofl/stixtwotext/upstream_info.md b/ofl/stixtwotext/upstream_info.md
new file mode 100644 (file)
index 0000000..6089a46
--- /dev/null
@@ -0,0 +1,18 @@
+# STIX Two Text — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/stipub/stixfonts
+- **Commit**: `c4afdf3fa5390159ef24aca1db5e957487c23897`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The upstream repository at https://github.com/stipub/stixfonts was identified as the source for STIX Two Text. The latest commit on the master branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. Tagged releases were found (latest: `v2.13b171`).
+
+## Build System
+The repository contains a `build.sh` shell script at the root level, along with a `tools/` directory and `requirements.in`/`requirements.txt` files indicating a Python-based build toolchain. Pre-built fonts are available in `fonts/static_ttf/` and `fonts/variable_ttf/` directories.
+
+## 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.