fontfetch
A foundry-style inspector for the public web's typography — paste a URL, get every webfont, classified by licence, in seconds.
- Shipped a Node-native font extraction pipeline that walks `@import`-chained stylesheets, captures every `@font-face` with weight/style/unicode-range/source intact, and writes provenance-bucketed output (`files/<google|adobe-typekit|commercial|open-cdn|self-hosted>/<name>`).
- Built `fontfetch inspect` — terminal-native Wakamai Fondue equivalent that prints glyph count, units-per-em, variation axes, OpenType features, name-table strings, vendor, copyright, and SIL OFL detection with Reserved Font Name (RFN) clause awareness.
- Built `--fallback` flag emitting framework-agnostic capsize-driven `size-adjust` / `ascent-override` / `descent-override` / `line-gap-override` blocks — solves the same CLS problem `fontaine` solves without the Nuxt/Vite coupling.