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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Type.js – remedying CSS’s typographic oversights

42 点作者 kingzain大约 10 年前

7 条评论

RubyPinch大约 10 年前
I can't imagine how a font acts across browser/OS differences is predictable enough to sanely/safely make decisions about kerning
mjs大约 10 年前
Demo page:<p><a href="https://cdn.rawgit.com/nathanford/type.js/master/index.html" rel="nofollow">https:&#x2F;&#x2F;cdn.rawgit.com&#x2F;nathanford&#x2F;type.js&#x2F;master&#x2F;index.html</a>
评论 #9228476 未加载
drinchev大约 10 年前
Congrats on the work and more importantly about the idea!<p>Two things that I find ( in my opinion ) unpleasant :<p>1. Source code is hard to read ( some strange indentation and a lot of empty lines )<p>2. Support for dynamic content will do a lot of repaints.
评论 #9229019 未加载
rrhyne大约 10 年前
This going to be huge for designers. Lack of proper kerning in CSS makes web fonts feel like half of a solution.
评论 #9228001 未加载
评论 #9228022 未加载
saurik大约 10 年前
This should be using a -nathanford- vendor prefix for these library-specific CSS properties :&#x2F;.
jamesdelaneyie大约 10 年前
Very cool :) Added some suggestions in the issues tab!
tambourine_man大约 10 年前
How is the performance on large bodies of text?