tailwindcss-typography

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tailwind CSS Typography v4.1

Tailwind CSS 排版工具类 v4.1

Typography utilities for controlling font families, sizes, weights, text styling, spacing, and decoration in Tailwind CSS v4.1.
用于在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
  • 字体族:font-sans、font-serif、font-mono
  • 字号:从text-xs到text-9xl的可缩放字号
  • 字重:thin、extralight、light、normal、medium、semibold、bold、extrabold、black
  • 文本颜色:支持全色系调色板
  • 文本对齐:left、center、right、justify
  • 文本换行:wrap、nowrap、balance、pretty(v4.1新增)
  • 文本阴影:新增文本阴影效果工具类
  • 字间距:tracking系列取值
  • 行高:leading系列取值
  • 文本装饰:装饰样式及颜色设置
  • 文本转换:uppercase、lowercase、capitalize、normal-case