I'm not sure our best practices for responsive & fluid #CSS typography are actually *the best*.

On my own site, using the widely accepted approach, a user preference of 16px gives me ~24px font. A pref for 24px gives me ~36px.

Where did we go wrong?

https://www.oddbird.net/2025/02/12/fluid-type/

Reimagining Fluid Typography

Are we responding to the right inputs?

OddBird

@mia typo in code example

```
html {
font-size: calc(1em, 0.9em + 1vw, 1.5em);
}
```

clamp, right?

@mattwilcox Thanks, should be fixed as soon as it re-deploys