πŸ“
🎨

Build a Fluid Type Scale

Generate consistent clamp() steps for a design-system type scale.

Tidak perlu login
Output unit:
CSS value
font-size: clamp(1rem, 1.5023vw + 0.6479rem, 2rem);

Rendered size at different viewports

375px wideAa 16px
908px wideAa 24px
1440px wideAa 32px

πŸ’‘ clamp(min, preferred, max) scales a value fluidly with the viewport, then locks at the min and max. It replaces stacks of media queries for typography, spacing, and widths with a single line.

Design Systems tips

🎨

Generate a clamp() for each step of your scale (sm, base, lg, xl…) using the same viewport range.

πŸ’‘

Store the results as CSS custom properties (--text-lg) for reuse across components.

🎯

Keeping one shared min/max viewport across all steps keeps the scale proportional as it grows.

Cara kerja

1
Masukkan
Enter your data into the tool above. Everything stays local to your browser.
2
Proses
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Unduh
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa milik kami?

βœ“Sepenuhnya gratis β€” tidak ada biaya tersembunyi, selamanya
βœ“Tidak perlu akun, email, atau login
βœ“File tidak pernah meninggalkan perangkat Anda
βœ“Tidak ada batasan ukuran file sama sekali
βœ“Tidak ada tanda air pada output apa pun

Also check out…

Pertanyaan yang sering diajukan