home / skills / fusengine / agents / tailwindcss-typography
This skill helps you apply and customize Tailwind CSS Typography utilities to control font, text, and decoration across projects.
npx playbooks add skill fusengine/agents --skill tailwindcss-typographyReview the files below or copy the command above to add this skill to your agents.
---
name: tailwindcss-typography
description: "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."
user-invocable: false
---
# 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
This skill packages a comprehensive set of typography utilities for Tailwind CSS v4.1, focused on font families, sizing, weights, color, spacing, and decoration. It adds modern text controls including new text-wrap modes and a text-shadow utility to simplify expressive typographic styling. The utilities map directly to intuitive class names for fast, consistent styling across projects.
The skill exposes Tailwind-compatible utility classes for font family (font-sans, font-serif, font-mono), a scaled font-size range (text-xs to text-9xl), and full weight options. It supports the full Tailwind color palette for text, text alignment, line-height, letter-spacing, decoration options, and text transforms. New v4.1 features include advanced text-wrap modes (balance, pretty) and a text-shadow utility to create layered typographic effects. Developers apply these classes in markup to get predictable, responsive typography without custom CSS.
Does this include responsive variants?
Yes. All utilities are compatible with Tailwind's responsive prefixes (sm:, md:, lg:, etc.).
How do the new wrap modes differ?
Balance improves line-length distribution for multi-line text; pretty applies aesthetic breaks for headings and constrained widths.
Is text-shadow customizable?
The text-shadow utility provides base presets; you can extend or customize values in your Tailwind config.