]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
quintessential: 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/quintessential
Commit: a3d26ff9183382b8379f368b41b07eb52f1bd193

Assisted by an AI agent (Claude Opus 4.6)

ofl/quintessential/METADATA.pb
ofl/quintessential/upstream_info.md

index cd2997838ea68e774293f212f092e9f35ec1ebc8..13c34a17b10931d97fd37f60cf2c8eaebe3d3711 100644 (file)
@@ -17,3 +17,7 @@ subsets: "latin"
 subsets: "latin-ext"
 stroke: "SERIF"
 classifications: "DISPLAY"
+source {
+  repository_url: "https://github.com/librefonts/quintessential"
+  commit: "a3d26ff9183382b8379f368b41b07eb52f1bd193"
+}
index f81ff116c3739011454c275ebd032171bbbbf00e..3f96faeba877fc3ab3e521b191adf57cb9d27d88 100644 (file)
@@ -1,25 +1,42 @@
-# Quintessential — Source Metadata Investigation
+# Quintessential - Source Repository Investigation
 
-**Model**: Claude Sonnet 4.6
-**Date**: 2026-03-12
+**Model**: Claude Opus 4.6
 
 ## Source Repository
 
-No suitable source repository was found for Quintessential.
+| Field | Value |
+|-------|-------|
+| **Repository** | [librefonts/quintessential](https://github.com/librefonts/quintessential) |
+| **Commit** | `a3d26ff9183382b8379f368b41b07eb52f1bd193` |
+| **Confidence** | medium |
+| **Source Types** | ttx |
+| **Has config.yaml** | No |
 
-## What Was Done
+## Investigation Summary
 
-The following searches were performed:
+METADATA.pb for Quintessential had no source block. A source block was added pointing to the librefonts mirror repository.
 
-- Searched GitHub for "quintessential font" repositories — no font-related results were found.
-- Checked the `astigmatic` GitHub account (designer: Brian J. Bonislawsky DBA Astigmatic / AOETI) — the account exists but contains only 2 repositories (`astigmatic/pro` and `astigmatic/project1`), neither of which is a font source repository.
-- Searched for `AOETI` GitHub account — not found.
-- Searched GitHub repos with "Quintessential" in the name — results were unrelated software projects (SaaS platforms, CSS libraries, etc.), not font repositories.
-- Searched for "Quintessential astigmatic" in repository content — no relevant results.
+## Source Analysis
 
-No canonical upstream repository with font source files was found.
+The repository at https://github.com/librefonts/quintessential 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
 
-- Designer: Brian J. Bonislawsky DBA Astigmatic (AOETI), contact: astigma@astigmatic.com
-- Astigmatic is a prolific type foundry with many fonts on Google Fonts, but they do not appear to maintain public source repositories 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.