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

Upstream has .glyphs
sources at the pinned commit but no config file. An override was added
referencing source/Trirong-*.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/trirong/config.yaml [new file with mode: 0644]
ofl/trirong/upstream_info.md

diff --git a/ofl/trirong/config.yaml b/ofl/trirong/config.yaml
new file mode 100644 (file)
index 0000000..3ec0779
--- /dev/null
@@ -0,0 +1,21 @@
+sources:
+  - source/Trirong-100_Thin.glyphs
+  - source/Trirong-100_Thin_Ita.glyphs
+  - source/Trirong-200_ExtraLight.glyphs
+  - source/Trirong-200_ExtraLight_Ita.glyphs
+  - source/Trirong-300_Light.glyphs
+  - source/Trirong-300_Light_Ita.glyphs
+  - source/Trirong-400_Regular.glyphs
+  - source/Trirong-400_Regular_Ita.glyphs
+  - source/Trirong-500_Medium.glyphs
+  - source/Trirong-500_Medium_Ita.glyphs
+  - source/Trirong-600_DemiBold.glyphs
+  - source/Trirong-600_DemiBold_Ita.glyphs
+  - source/Trirong-700_Bold.glyphs
+  - source/Trirong-700_Bold_Ita.glyphs
+  - source/Trirong-800_ExtraBold.glyphs
+  - source/Trirong-800_ExtraBold_Ita.glyphs
+  - source/Trirong-900_Black.glyphs
+  - source/Trirong-900_Black_Ita.glyphs
+familyName: "Trirong"
+buildVariable: false
index 41dbf3ae9aeac93734f47e49ae44a05f2d6ba9b4..3c3e5f93ff9e003a27bd50fca5063a354ae42444 100644 (file)
@@ -32,3 +32,9 @@ Source block was added to `METADATA.pb` pointing to the above repository and com
 ### Notes
 
 Cadson Demak also maintains repositories for other Thai typefaces in Google Fonts (Anuphan, Bai Jamjuree, Chakra Petch, Charm, K2D, Kanit, Kodchasan, etc.) all under the `cadsondemak` GitHub organization.
+
+## Update (2026-04-24) — Override config.yaml
+
+**Model**: Claude Opus 4.7 (1M context)
+
+Added an override `config.yaml` in `ofl/trirong/` referencing the upstream gftools-builder-compatible source at the pinned commit `0c1ce55` (`source/Trirong-100_Thin.glyphs`, `source/Trirong-100_Thin_Ita.glyphs`, `source/Trirong-200_ExtraLight.glyphs`, `source/Trirong-200_ExtraLight_Ita.glyphs`, `source/Trirong-300_Light.glyphs`, `source/Trirong-300_Light_Ita.glyphs`, `source/Trirong-400_Regular.glyphs`, `source/Trirong-400_Regular_Ita.glyphs`, `source/Trirong-500_Medium.glyphs`, `source/Trirong-500_Medium_Ita.glyphs`, `source/Trirong-600_DemiBold.glyphs`, `source/Trirong-600_DemiBold_Ita.glyphs`, `source/Trirong-700_Bold.glyphs`, `source/Trirong-700_Bold_Ita.glyphs`, `source/Trirong-800_ExtraBold.glyphs`, `source/Trirong-800_ExtraBold_Ita.glyphs`, `source/Trirong-900_Black.glyphs`, `source/Trirong-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.