CodingLaboratory
Lab Commands
Enter The Lab

Generator Lab / typography-scale

Calibrated
All generators

Digital lab instrument

Typography Lab

Generate a fluid modular type scale from a base size and ratio.

Digital lab instrument

Input controls

Small laboratory note

Readable interface copy

Measured type scale

Clear display text

Generated formulaAdjust an instrument to begin.
:root {
  --text-sm: 12.80px;
  --text-base: 16px;
  --text-lg: 20.00px;
  --text-xl: 25.00px;
  --text-display: clamp(25.00px, 6vw, 39.06px);
}