CLI · coming soon
Find a font without leaving your terminal.
A small Node CLI that wraps the catalog. Search by name, by category, by pairing role. Print a CSS @import to stdout, or write it straight to your stylesheet.
Install
terminalshell
npx @santfonts/cli search "serif"What it does
The CLI exposes the same catalog the website uses, in three commands:
terminalshell
# search the catalog
santfonts search "modern sans"
# print the CSS @import for one family
santfonts get inter --weights 400,600 --subset latin
# show curated pairings for a family
santfonts pairs frauncesOutput is plain text by default; pass --json for tooling. Bundled offline manifest so it works on a plane.
Status
Not published yet — the catalog ingestion just landed and we’re wiring the package next. Watch the GitHub repo for the v0.1 release.