TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rhythm in Web Typography

4 点作者 vladde3 个月前

1 comment

vladde3 个月前
whenever i encounter a blog or website that i find hard to read, i usually open up the dev tools and do the following (taken from Matej&#x27;s blog):<p><pre><code> 1. limit the text&#x27;s container to `80ch` 2. set line height to `1.5` 3. (optional) change the document&#x27;s root text size to `112%` </code></pre> this makes any page 99% of the time much easier to read.<p>(i&#x27;ve never liked my browser&#x27;s &quot;reading mode&quot;, so i don&#x27;t use it)