Loading…
Generate a modular typographic scale from a base font size and a ratio (minor third, golden ratio, etc.), with CSS output.
:root {
--step-6: 61.04px;
--step-5: 48.83px;
--step-4: 39.06px;
--step-3: 31.25px;
--step-2: 25px;
--step-1: 20px;
--step-0: 16px;
--step--1: 12.8px;
--step--2: 10.24px;
}