Skip to content
Zed

Font Lab for Zed

io.github.jmg698/font-lab

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

client:Zed transport:stdio runtime:npm

Install Font Lab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Font Lab in other clients