wondelai-web-typography
v1.0.0Web typography framework for readable, beautiful type
by Wondel.aiMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone 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
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
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
{
"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"
]
}