Tailwindcss typography
Skill fusengine/agents/plugins/tailwindcss/skills/tailwindcss-typography
Redefining development through cognitive automation and collaborative agent systems.
npx -y skills add fusengine/agents --skill tailwindcss-typographyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Typography utilities Tailwind CSS v4.1. Font (font-sans, font-serif, font-mono, font-size, font-weight), Text (text-color, text-align, text-wrap, text-shadow NEW), Letter/Line spacing, Decoration, Transform. Use when: setting font family/size/weight, aligning or wrapping text (balance/pretty), applying text-shadow or decoration, or adjusting letter/line spacing.
SKILL.md
1.6 KB, as published. Nobody here has run it
Tailwind CSS Typography v4.1
Typography utilities for controlling font families, sizes, weights, text styling, spacing, and decoration in Tailwind CSS v4.1.
Core Features
- Font Family: font-sans, font-serif, font-mono
- Font Size: text-xs to text-9xl with scaling
- Font Weight: thin, extralight, light, normal, medium, semibold, bold, extrabold, black
- Text Color: Full color palette support
- Text Alignment: left, center, right, justify
- Text Wrapping: wrap, nowrap, balance, pretty (NEW in v4.1)
- Text Shadow: New utility for text-shadow effects
- Letter Spacing: tracking values
- Line Height: leading values
- Text Decoration: decoration styles and colors
- Text Transform: uppercase, lowercase, capitalize, normal-case
Detailed References
- fonts.md - Load when picking font-family/size/weight values, italics, numeric variants, or font smoothing
- text.md - Load when styling text color, alignment, wrapping (balance/pretty), text-shadow, decoration, transform, or whitespace
- spacing.md - Load when tuning letter-spacing (tracking) or line-height (leading)