Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Font Size

Scale type with rem-based sizes and modular scales.

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; }

Leave a reply

Your email address will not be published. Required fields are marked *