CSS / clamp / local-only
Responsive type handoff note
Check three viewport widths and 200% zoom for readable, non-clipped output. Data stays on this device.
CSS / clamp / local-only
Check three viewport widths and 200% zoom for readable, non-clipped output. Data stays on this device.
clamp(14px, calc(14px + 1vw), 24px)
| Width | Value | Review point |
|---|---|---|
| 320px | 17.2px | No narrow clipping |
| 800px | 22px | Readable body text |
| 1600px | 24px | Upper bound holds |
This is a calculation checklist, not a guarantee for every browser.