Skip to content
Gemini CLI

Font Lab for Gemini CLI

io.github.jmg698/font-lab

A decision surface for typography: curate font directions on your real site, ship next/font code.

client:Gemini CLI transport:stdio runtime:npm

Install Font Lab in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "font-lab": {
      "command": "npx",
      "args": [
        "-y",
        "font-lab"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Font Lab in other clients