]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Space Grotesk: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:21 +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/spacegrotesk/METADATA.pb
ofl/spacegrotesk/upstream_info.md [new file with mode: 0644]

index 480d7563b1aa53a864fc032a203d099c02238f68..5086d39302540c03bae9512d54554c90cbbca616 100644 (file)
@@ -52,5 +52,6 @@ source {
     dest_file: "static/SpaceGrotesk-Regular.ttf"
   }
   branch: "master"
+  commit: "03507d024a01282884232081fc6011c09ff4e849"
 }
 minisite_url: "https://floriankarsten.github.io/space-grotesk"
diff --git a/ofl/spacegrotesk/upstream_info.md b/ofl/spacegrotesk/upstream_info.md
new file mode 100644 (file)
index 0000000..43241af
--- /dev/null
@@ -0,0 +1,18 @@
+# Space Grotesk — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/floriankarsten/space-grotesk
+- **Commit**: `03507d024a01282884232081fc6011c09ff4e849`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The upstream repository at https://github.com/floriankarsten/space-grotesk was identified as the source for Space Grotesk. 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: `2.0.0`), but the head of the master branch was used as it represents the most current state of the repository.
+
+## Build System
+The repository contains a `sources/` directory alongside pre-built fonts in the `fonts/ttf/` directory. A `requirements.txt` file is present, indicating a Python-based build workflow. A `.github/` directory suggests CI/CD automation.
+
+## Notes
+Space Grotesk is a variable sans-serif typeface by Florian Karsten with a `wght` axis ranging from 300 to 700. The METADATA.pb source block already included detailed file mappings and a branch specification (`master`); only the commit hash was missing. The repository has a minisite at https://floriankarsten.github.io/space-grotesk.