font-tools

Installation
SKILL.md

FontFYI — Font Tools for AI Agents

Pure Python Google Fonts toolkit. Access 50 popular fonts metadata, generate CSS import URLs, browse 10 web-safe font stacks, and get 15 curated heading + body pairings — all with zero dependencies.

Install: pip install fontfyi · Web: fontfyi.com · API: REST API · npm: npm install fontfyi

When to Use

  • User asks to look up a Google Font's metadata (category, variants, subsets, designer)
  • User needs a CSS font-family declaration or Google Fonts import URL
  • User wants font pairing suggestions for heading + body combinations
  • User asks about web-safe font stacks for system fonts, monospace, serif, etc.
  • User needs to generate <link> tags or Homebrew install commands for fonts

Tools

get_font(slug) -> dict | None

Look up font metadata by slug.

Installs
16
First Seen
Mar 5, 2026