]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Sora: add override config.yaml (compatible upstream sources)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:22:24 +0000 (10:22 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:50:32 +0000 (10:50 +0100)
- Repo: sora-xor/sora-font
- Commit: 7f9a9c5d0ccd1c099cfac420aa27133df1c5fdc4 (unchanged)
- Config: override in ofl/sora/config.yaml
- Status: complete
- Confidence: HIGH

Upstream has a .glyphs
sources at the pinned commit but no config file. An override was added
referencing sources/sora.glyphs. STAT values omitted — gftools-builder will
auto-derive.

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

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

diff --git a/ofl/sora/config.yaml b/ofl/sora/config.yaml
new file mode 100644 (file)
index 0000000..9b094e4
--- /dev/null
@@ -0,0 +1,5 @@
+sources:
+  - sources/sora.glyphs
+familyName: "Sora"
+axisOrder:
+  - wght
index daf1dd7b8dd13293b6050effb2dfdb9a3e4fa560..13879f3e6c105861bdbf67ef2cd612f1e29766f4 100644 (file)
@@ -16,3 +16,9 @@ The repository contains a `sources/` directory alongside pre-built fonts in the
 
 ## Notes
 Sora is a variable sans-serif typeface designed by Jonathan Barnbrook and Julián Moncada for the SORA project. It has a `wght` axis ranging from 100 to 800. The METADATA.pb source block previously lacked a commit hash, file mappings, and branch specification.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/sora/` referencing the upstream gftools-builder-compatible source at the pinned commit `7f9a9c5` (`sources/sora.glyphs`). 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.