plugins marketplace
← All plugins

wondelai-web-typography

v1.0.0

Web typography framework for readable, beautiful type

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/design/wondelai-web-typography/ inside the repository.

Layout

plugins/design/wondelai-web-typography/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

web-typographySKILL.md

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system fonts and web fonts, optimizing font-loading performance, or designing readable long-form content. Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design.

Manifests1

plugins/design/wondelai-web-typography/.claude-plugin/plugin.json
{
  "name": "wondelai-web-typography",
  "version": "1.0.0",
  "description": "Web typography framework for readable, beautiful type",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "design",
    "wondelai",
    "skills"
  ]
}