]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Antic Slab: reference the googlefonts/anticslab .glyphs source
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Wed, 15 Jul 2026 03:56:04 +0000 (04:56 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Wed, 15 Jul 2026 07:24:00 +0000 (08:24 +0100)
Point METADATA.pb at the new googlefonts/anticslab repository (the FontForge SFD
source converted to Glyphs, building with gftools-builder3 + fontc) and
rewrite upstream_info.md to record the modernization.

Assisted by an AI agent (Claude Opus 4.8)

ofl/anticslab/METADATA.pb
ofl/anticslab/upstream_info.md

index c21a11776391b70ff6ee896e9618fbc27f5f9c06..6957682567fb1b5d91f36041d1d5f28b2387bd8c 100644 (file)
@@ -4,8 +4,18 @@ license: "OFL"
 category: "SERIF"
 date_added: "2012-03-14"
 source {
-  repository_url: "https://github.com/librefonts/anticslab"
-  commit: "64168753771367673ec5efa56c747427648d9f29"
+  repository_url: "https://github.com/googlefonts/anticslab"
+  commit: "94821708c44ba2ac3c9bcd011141dbb888b0b26d"
+  files {
+    source_file: "OFL.txt"
+    dest_file: "OFL.txt"
+  }
+  files {
+    source_file: "fonts/ttf/AnticSlab-Regular.ttf"
+    dest_file: "AnticSlab-Regular.ttf"
+  }
+  branch: "master"
+  config_yaml: "sources/config.yaml"
 }
 
 fonts {
index dc92f2bda054ebdd09c6de9f8fc87c1a2c780d73..56d048e3788bcff7b10ea6b39c2786e0382c7ad6 100644 (file)
@@ -1,52 +1,25 @@
 # Antic Slab
 
-**Status**: `missing_config`
-**Date**: 2026-02-25
-**Designer**: Santiago Orozco
-**License**: OFL
-**METADATA.pb**: `ofl/anticslab/METADATA.pb`
+Source modernized 2026-07: the FontForge `.sfd` sources were converted to Glyphs (`.glyphs`) and now build with the Google Fonts Rust pipeline (gftools-builder3 + fontc). The repository, commit and config are recorded in the `source { }` block of METADATA.pb and are not duplicated here.
 
-## Data
+## Initial state
 
-| Field | Value |
-|-------|-------|
-| Repository URL | https://github.com/librefonts/anticslab |
-| Commit | `64168753771367673ec5efa56c747427648d9f29` |
-| Config YAML | — |
-| Branch | `master` |
-| Source types | sfd |
+Google Fonts shipped Antic Slab (Regular) built from FontForge SFD sources at https://github.com/librefonts/anticslab. There was no Glyphs (`.glyphs`) source, and no source that builds with fontc.
 
-## Methodology
+## Actions taken
 
-### Repository URL
-Discovered via google/fonts commit history, PR references, or GitHub search.
+- The canonical FontForge SFD source (`AnticSlab-Regular-TTF.sfd`) was converted to Glyphs with babelfont-rs (upstream commit `219c0bb`).
+- A new Unified Font Repository was created at https://github.com/googlefonts/anticslab, building the fonts with gftools-builder3 + fontc.
+- The build was verified against the shipped binaries.
 
-### Commit Hash
-Used HEAD of upstream repository (latest commit at time of onboarding).
-- Commit date: 2014-10-17 13:29:11 +0300
-- Commit message: "update .travis.yml"
+## Final state
 
-### Config YAML
-Not applicable — upstream repo contains only FontForge .sfd sources, which are not compatible with gftools-builder.
+The source now lives at https://github.com/googlefonts/anticslab (see METADATA.pb) and builds reproducibly with gftools-builder3 + fontc at functional equivalence with the shipped binaries.
 
-## Evidence
+## Verification
 
-### METADATA.pb source block
-No source block present in METADATA.pb.
+The rebuilt Regular matched the shipped binary on cmap coverage, vertical metrics, usWeightClass, fsSelection/macStyle, GSUB/GPOS feature sets, GDEF classes and advance widths. The only difference is that 4 glyphs were renamed to their production names; coverage is unchanged, so this is accepted as benign.
 
-### google/fonts history
-- Last font modification: `29d7c65b584e`
-- Date: 2017-08-07 21:30:29 +0100
-- Subject: "hotfix-anticslab: v1.002 added (#818)"
+## Original repository (dormant)
 
-### Upstream repo cache
-- Cached at: `librefonts/anticslab`
-- Commit `641687537713` verified ✓
-
-## Confidence
-
-**Medium**: URL discovered via research; commit verified in upstream repo
-
-## Notes
-
-SFD-only sources (FontForge format), not gftools-builder compatible
+The original FontForge sources are at https://github.com/librefonts/anticslab (`.sfd`), latest at commit `64168753771367673ec5efa56c747427648d9f29`. Preserved for provenance; the new `.glyphs` source supersedes it for building.