CSS Typography — a practical guide to CSS typography with clear examples you can reuse in real projects.
CSS Tutorial Series (43/109). Prefer one article? Read the complete CSS tutorial.
Short description
Aim for comfortable line length and line-height for body text.
Type starter
body {
font-family: Georgia, "Times New Roman", serif;
font-size: 1.125rem;
line-height: 1.6;
}