]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Taviraj: add override config.yaml (compatible upstream sources)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Fri, 24 Apr 2026 09:23:44 +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: cadsondemak/taviraj
- Commit: 8bd077c195dccf3bfc4699ec6ae9c6909bdd03a5 (unchanged)
- Config: override in ofl/taviraj/config.yaml
- Status: complete
- Confidence: HIGH

Upstream has .glyphs
sources at the pinned commit but no config file. An override was added
referencing source/Taviraj-*.glyphs (18 weight/style files). STAT values omitted — gftools-builder will
auto-derive.

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

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

diff --git a/ofl/taviraj/config.yaml b/ofl/taviraj/config.yaml
new file mode 100644 (file)
index 0000000..f653939
--- /dev/null
@@ -0,0 +1,21 @@
+sources:
+  - source/Taviraj-100_Thin.glyphs
+  - source/Taviraj-100_Thin_Ita.glyphs
+  - source/Taviraj-200_ExtraLight.glyphs
+  - source/Taviraj-200_ExtraLight_Ita.glyphs
+  - source/Taviraj-300_Light.glyphs
+  - source/Taviraj-300_Light_Ita.glyphs
+  - source/Taviraj-400_Regular.glyphs
+  - source/Taviraj-400_Regular_Ita.glyphs
+  - source/Taviraj-500_Medium.glyphs
+  - source/Taviraj-500_Medium_Ita.glyphs
+  - source/Taviraj-600_DemiBold.glyphs
+  - source/Taviraj-600_DemiBold_Ita.glyphs
+  - source/Taviraj-700_Bold.glyphs
+  - source/Taviraj-700_Bold_Ita.glyphs
+  - source/Taviraj-800_ExtraBold.glyphs
+  - source/Taviraj-800_ExtraBold_Ita.glyphs
+  - source/Taviraj-900_Black.glyphs
+  - source/Taviraj-900_Black_Ita.glyphs
+familyName: "Taviraj"
+buildVariable: false
index 6bfc16be984f6b077cf2451f0215502157229e5f..9e1b4ea2772d214d4302a18441eee808276ffedf 100644 (file)
@@ -32,3 +32,9 @@ The `source/` directory contained individual Glyphs files for each weight/style
 ## Confidence
 
 High — the repository was hosted under the official Cadson Demak GitHub organization, matching the designer credited in METADATA.pb.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/taviraj/` referencing the upstream gftools-builder-compatible source at the pinned commit `8bd077c` (`source/Taviraj-100_Thin.glyphs`, `source/Taviraj-100_Thin_Ita.glyphs`, `source/Taviraj-200_ExtraLight.glyphs`, `source/Taviraj-200_ExtraLight_Ita.glyphs`, `source/Taviraj-300_Light.glyphs`, `source/Taviraj-300_Light_Ita.glyphs`, `source/Taviraj-400_Regular.glyphs`, `source/Taviraj-400_Regular_Ita.glyphs`, `source/Taviraj-500_Medium.glyphs`, `source/Taviraj-500_Medium_Ita.glyphs`, `source/Taviraj-600_DemiBold.glyphs`, `source/Taviraj-600_DemiBold_Ita.glyphs`, `source/Taviraj-700_Bold.glyphs`, `source/Taviraj-700_Bold_Ita.glyphs`, `source/Taviraj-800_ExtraBold.glyphs`, `source/Taviraj-800_ExtraBold_Ita.glyphs`, `source/Taviraj-900_Black.glyphs`, `source/Taviraj-900_Black_Ita.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.