]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
righteous: add source metadata
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Mar 2026 10:32:35 +0000 (10:32 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Mar 2026 10:46:28 +0000 (10:46 +0000)
Repo: https://github.com/librefonts/righteous
Commit: 583c13c301c5e1dd0a4ae2d7b6cd42bc9c58f953

Assisted by an AI agent (Claude Opus 4.6)

ofl/righteous/METADATA.pb
ofl/righteous/upstream_info.md

index 09323ba41ff59989740ffbd324b91a7b46ef3f84..8f11456da829dffd6edb8e3add6cca8416f8cd27 100644 (file)
@@ -17,3 +17,7 @@ subsets: "latin"
 subsets: "latin-ext"
 stroke: "SANS_SERIF"
 classifications: "DISPLAY"
+source {
+  repository_url: "https://github.com/librefonts/righteous"
+  commit: "583c13c301c5e1dd0a4ae2d7b6cd42bc9c58f953"
+}
index 71f0a4360a51f4f5999bfafa057a654cc3cb6a5c..d46780a7714a83fad04de40e2cfa1a10d61e9f9c 100644 (file)
@@ -1,16 +1,42 @@
-# Righteous — Source Metadata Investigation
+# Righteous - Source Repository Investigation
 
 **Model**: Claude Opus 4.6
-**Date**: 2026-03-12
 
 ## Source Repository
 
-No canonical upstream repository with UFO or Glyphs sources was found.
+| Field | Value |
+|-------|-------|
+| **Repository** | [librefonts/righteous](https://github.com/librefonts/righteous) |
+| **Commit** | `583c13c301c5e1dd0a4ae2d7b6cd42bc9c58f953` |
+| **Confidence** | medium |
+| **Source Types** | ttx |
+| **Has config.yaml** | No |
 
-## What Was Done
+## Investigation Summary
 
-GitHub was searched for "Righteous font Astigmatic" and "Righteous Bonislawsky". The designer is Brian J. Bonislawsky of Astigmatic. The GitHub accounts `ASTIGMATIC` and `astigmatic` were checked; only two placeholder repositories were found (`pro` and `project1`). No Righteous repository was found under any known Astigmatic-related account. The `googlefonts` organization was also checked.
+METADATA.pb for Righteous had no source block. A source block was added pointing to the librefonts mirror repository.
+
+## Source Analysis
+
+The repository at https://github.com/librefonts/righteous is a **librefonts mirror**. These repositories contain TTX (XML) files that were mechanically decompiled from the binary TTF fonts, not original design sources. They do not contain the original .glyphs, .ufo, .sfd, or other editable source files that the designer used to create the font.
+
+**Available source types**: ttx (decompiled from binaries)
+
+## Build Status
+
+This family is **not buildable** with gftools-builder from these sources. The TTX files in librefonts mirrors are binary round-trips, not design sources. No config.yaml was created because there are no compatible sources to build from.
 
 ## Notes
 
-Righteous was released in 2011 by Brian J. Bonislawsky (Astigmatic). Like the other Astigmatic fonts (Ribeye, Ribeye Marrow, Risque, Romanesco), no public source repository was found on GitHub.
+librefonts mirror with TTX sources. No Astigmatic repo found.
+
+## Binary History in google/fonts
+
+```
+2015-03-07 05:14:52 +0530 90abd17b4f97671435798b6147b698aa9087612f Initial commit
+```
+
+## Actions Taken
+
+1. A `source { }` block was added to METADATA.pb with the librefonts mirror repository URL and commit hash.
+2. No config.yaml was created because the repository contains only TTX decompiled binary dumps, not original design sources suitable for gftools-builder.