]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
TikTok Sans: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 20:06:58 +0000 (20:06 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:17:32 +0000 (23:17 +0000)
Assisted by an AI agent (Claude Opus 4.6)

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

index 55045e6a1047dc72b3c759d7b154489583c34fee..e1ee2ae2cf4001bbd63584e2c8a1ccb1782eb365 100644 (file)
@@ -51,6 +51,7 @@ source {
     dest_file: "TikTokSans[opsz,slnt,wdth,wght].ttf"
   }
   branch: "main"
+  commit: "baa2f381f9102da9fbc3c83843ad224774240516"
   config_yaml: "sources/config.yaml"
 }
 
diff --git a/ofl/tiktoksans/upstream_info.md b/ofl/tiktoksans/upstream_info.md
new file mode 100644 (file)
index 0000000..ebca67c
--- /dev/null
@@ -0,0 +1,16 @@
+# TikTok Sans — Source Metadata Investigation
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/TikTok/TikTokSans
+- **Commit**: `baa2f381f9102da9fbc3c83843ad224774240516`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The source block in METADATA.pb contained repository_url, files, branch ("main"), and config_yaml fields but was missing a commit hash. The latest commit on the main branch was retrieved from the GitHub API and added to the source block. The hash was verified via `gh api repos/TikTok/TikTokSans/commits/{hash}`.
+
+## Notes
+- This is a variable font with four axes: opsz, slnt, wdth, wght.
+- Repository is maintained by TikTok Inc.
+- The source references a config.yaml at `sources/config.yaml`.