CSS Font Size — a practical guide to CSS font-size with clear examples you can reuse in real projects.
CSS Tutorial Series (45/109). Prefer one article? Read the complete CSS tutorial.
Short description
Avoid tiny body text; respect user zoom.
Sizes
h1 { font-size: clamp(1.75rem, 2vw + 1rem, 3rem); }
p { font-size: 1.125rem; }