随着 LCD 显示器的 DPI 越来越高,12px 已经不再适合作为中文正文字体的尺寸了。
很多时候,在设计时,需要考虑用 14px/15px 甚至更大的正文尺寸。
很多时候,在设计时,需要考虑用 14px/15px 甚至更大的正文尺寸。

1 zern Apr 27, 2012 所以我只好13px |
2 liyandong Apr 27, 2012 现在还习惯性使用12的路过 |
3 deepure Apr 27, 2012 习惯14px |
4 tension Apr 27, 2012 习惯14px了! |
5 tioover Apr 27, 2012 说不定cm这些绝对尺寸有搞头,记得css里面可以这样写 |
6 kaivnyao Apr 27, 2012 14px+1 |
7 iiduce Apr 27, 2012 借问:“{font: 100%/1.5 "Times New Roman","Microsoft Yahei",serif}” 中的100%在各浏览器中是如何解释的? 我注意到上次@Livid发的主题《TYPO.CSS - 中文网页重设与排版》,TYPO.CSS中是这样声明的。 |
8 hdlifes Apr 27, 2012 Line height (in pixels) ÷ body copy font size (in pixels) = 1.48 最近在看 Samshing Magazine 出的那本书,网页文字排版很有讲究,但是案例都是针对英文的,不知道在中文上是否适用。 "some designers prefer to use one of the Fibonacci sequences (e.g. 16 24 40 64 104) when defining the font size of headings and body copy." 看到这些,让我顿时感到射击狮这个职业很神圣!两数相除,无限趋近于黄金比例值哇! |