← Back to Skills Marketplace
1103
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install fonts
Description
Choose and implement web typography avoiding common rendering, pairing, and hierarchy mistakes.
README (SKILL.md)
Display vs Text Fonts
- Display fonts (Abril Fatface, Bebas Neue, Lobster) are for headings 24px+ only—using them for body text destroys readability
- If a font looks decorative or has extreme thick/thin contrast, it's display—not for paragraphs
- Text fonts (Inter, Roboto, Georgia) are designed for 12-18px—use these for body copy
Pairing Traps
- Two fonts too similar look like a mistake—if you can't tell them apart instantly, use one font
- Contrast in category works: serif heading + sans-serif body, or different weights of same family
- Two decorative fonts clash—never pair Lobster with Pacifico
- Safe pairs: same superfamily (Roboto + Roboto Slab) or proven combos (Playfair Display + Source Sans Pro)
Weight and Rendering
- Thin weights (100-300) render poorly on Windows—avoid for body text, use 400+ for cross-platform
- Light fonts on dark backgrounds look thinner—bump weight up one level for dark mode
- Faux bold (browser-generated) looks wrong—only use weights the font actually includes
- Check font has italic—faux italic (slanted roman) is noticeably worse than true italic
Line Height and Length
- Body text needs 1.4-1.6 line-height—1.0 or 1.2 makes paragraphs unreadable walls
- Headings need tighter line-height (1.1-1.3)—large text with 1.5 line-height has awkward gaps
- Line length 45-75 characters max—wider than 75 chars causes readers to lose their place
- Set
max-widthon text containers in ch units:max-width: 65ch
All Caps
- ALL CAPS needs increased letter-spacing—without it, letters collide and look cramped
text-transform: uppercase+letter-spacing: 0.05emminimum- Never use all caps for more than a few words—extended caps text is significantly harder to read
- Small caps (
font-variant: small-caps) only if font supports it—faux small caps look amateurish
Widows and Orphans
- Single word alone on last line of paragraph looks broken—adjust text or container width
text-wrap: balance(CSS) distributes lines more evenly in headingstext-wrap: prettyfor body text—prevents orphans in browsers that support it- Manual fix: non-breaking space (
) between last two words
Loading and Performance
font-display: swapprevents invisible text—without it, text is blank until font loads- Subset fonts to characters you need—Latin-only saves 60%+ over full Unicode
- WOFF2 is the only format you need—universal support, best compression
- Preload critical fonts:
\x3Clink rel="preload" href="font.woff2" as="font" crossorigin>
System Font Stack
font-family: system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, sans-serif;
- Zero load time, native look per platform—use for UI-heavy apps
system-uiis now widely supported—simpler than listing all fallbacks- Always end with generic fallback (
sans-serif,serif,monospace)
Hierarchy Mistakes
- Using too many font sizes—stick to a type scale (1.25 or 1.333 ratio), not random sizes
- Headings not distinct enough from body—skip at least one scale step between h1 and body
- Overusing bold—if everything is emphasized, nothing is emphasized
- Color as only differentiator—size and weight should establish hierarchy before color
Usage Guidance
This skill is low-risk: it only contains typography advice and CSS snippets and asks for nothing from your system. You can install it without granting credentials or allowing downloads. As a general precaution, prefer skills from known sources; if a future version adds install steps or environment requirements, review those changes before granting permissions.
Capability Analysis
Type: OpenClaw Skill
Name: fonts
Version: 1.0.0
The skill bundle contains only metadata and a comprehensive guide on web typography best practices in `SKILL.md`. There are no executable files, no instructions for the AI agent that could be interpreted as prompt injection attempts, and no code snippets that suggest malicious activity, data exfiltration, or system compromise. The content is purely informational and aligns with the stated purpose of providing advice on fonts.
Capability Assessment
Purpose & Capability
The name and description promise web typography guidance and the SKILL.md contains only styling, pairing, rendering, and performance guidance—nothing beyond that. There are no unrelated requirements (no binaries, env vars, or config paths).
Instruction Scope
Runtime instructions are purely design/CSS guidance and code snippets. The file does not instruct the agent to read files, access environment variables, call external endpoints, or transmit data.
Install Mechanism
There is no install specification and no code files. As an instruction-only skill, it does not write to disk or pull external packages—this is the lowest-risk model.
Credentials
The skill declares no required environment variables, credentials, or config paths. Nothing here would justify requesting secrets or system credentials.
Persistence & Privilege
always is false and the skill does not request persistent system changes or cross-skill configuration. Autonomous invocation is allowed by platform default but the skill's instructions are benign and self-contained.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fonts - After installation, invoke the skill by name or use
/fonts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Fonts?
Choose and implement web typography avoiding common rendering, pairing, and hierarchy mistakes. It is an AI Agent Skill for Claude Code / OpenClaw, with 1103 downloads so far.
How do I install Fonts?
Run "/install fonts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fonts free?
Yes, Fonts is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Fonts support?
Fonts is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Fonts?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills