惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Vercel News
Vercel News
F
Fortinet All Blogs
月光博客
月光博客
G
Google Developers Blog
博客园 - Franky
GbyAI
GbyAI
The Cloudflare Blog
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
小众软件
小众软件
腾讯CDC
B
Blog
量子位
V
V2EX
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News

Utopia

Utopian project kickstarter: designing a fluid responsive website in a static tool like Figma Generate all pair permutations in Utopia SCSS Type scale graphs Figma plugin and kickstarter V2 Readable clamp() with PostCSS Utopia Utopia SCSS library Clamp calculator Utopia Fluid Type + Space Calculator now supports Figma variables Designing a Utopian layout grid: Working with fluid responsive values in a static design tool. Getting started with Utopia Figma Plugins A video introduction to Utopia Painting with a fluid space palette Designing with a fluid space palette Clamp Utopian CSS generator, an iteration Dealing with negativity in fluid type scales Fluid custom properties CSS-only fluid modular type scales Designing with fluid type scales
Fluid responsive typography: easy when you know how
dev@clearlef · 2025-10-31 · via Utopia

I wrote a tiny CodePen to show how little code you need to get your typography scaling smoothly with the viewport: Simple Utopia typography demo

Resize your browser window and watch the heading and body text gradually change size.

You don’t need to be a hot-shot developer to get this working. Anybody who has access to their website’s CSS can do it. I’m not even a developer – I’m a designer. I rarely type any code at all. The Utopia type calculator generates the code for you to copy and paste into your website’s CSS file.

Unlike some other clamp solutions, Utopia abstracts the maths away from specific HTML elements. Instead we create a set of related step values which can then be referred to by multiple elements. It’s a more systematic approach.

I hope this shows how quick it can be to implement simple fluid responsive typography on your website. If you’d like to learn more about how fluid type scales work, watch our introduction to Utopia video.