/fontclamper

A tool to linearly scale font size using CSS clamp.

Primary LanguageSvelte

Font Clamper

A tool to calculate font sizes that scale linearly using css clamp. Font Clamper is live here.

Read Pedro Rodriguez' article 'Linearly Scale font-size with CSS clamp() Based on the Viewport' on CSS Tricks to learn more.

Tech

Font Clamper is built using Vite + Svelte and deployed on Vercel.

I would normally use SvelteKit but for a simple tool like this I felt that a full-fledged app framework would be a bit overkill. In hind-sight it would have been nice to use SvelteKit if only for the smoooooth setup of linting and testing...