Tailwind Typography Scale Generator

Generate a complete font-size scale for Tailwind CSS — compatible with Tailwind CSS v3 & v4

  1. Home
  2. > Tailwind >
  3. Typography Scale

Scale Settings

Preview

Level Font Size Line Height Tracking Sample
tailwind.config.js (fontSize)

    

What is a Typography Scale?

A typography scale (or type scale) is a sequence of font sizes that create a consistent, harmonious progression from small to large text. Tailwind CSS uses a modular scale based on a base size (typically 16px) and a ratio. Each level is calculated as base × ratiolevel.

This tool generates the complete fontSize configuration for your tailwind.config.js using Tailwind's array syntax: ['size', { lineHeight, letterSpacing }].

How to Use This Generator

  1. Set base size — The default font size (usually 16px) from which all other sizes are calculated.
  2. Choose a ratio — Pick a preset ratio (Minor Second 1.125 to Perfect Fifth 1.5) or enter a custom value.
  3. Set the range — Choose the minimum and maximum scale levels.
  4. Preview the scale — See all levels with their computed values and a sample text preview.
  5. Copy the config — Copy the generated tailwind.config.js snippet with one click.
Help2Code Logo
Menu