Tested tool guide
Tested browser tools
Checked August 16, 2026
What Typography Scale Visualizer does, with a checked example
A type scale is a sequence of font sizes where each step multiplies the previous one by a fixed ratio. This tool builds one scale per ratio - minor third (1.2), major third (1.25), perfect fourth (1.333), golden ratio (1.618), and others - from a base size you set, and renders the scales side by side as sample text, so you judge them as headings and body copy rather than bare numbers. The surprise is how fast larger ratios compound: from a 16px base, a golden-ratio scale reaches 68px in three steps, versus 28px for a minor third. The ratio, not the base size, sets the character of the scale.
Worked example
A concrete input and expected output from the current implementation.
Input
Base 16px, compare Major Third (1.25) against Golden Ratio (1.618), five steps up
->
Expected output
Major Third: 16, 20, 25, 31, 39 px. Golden Ratio: 16, 26, 42, 68, 110 px. Each column renders its sizes as sample text, from caption-size at the base to display-size at the top step.
Each column multiplies the previous step by its ratio, so 16 x 1.25 = 20 while 16 x 1.618 = 25.9, rounded to 26. Four steps on, compounding has separated the two scales to 39 px versus 110 px; that divergence is what the side-by-side view exists to show.