排版基础

网页衬线体与无衬线体:权威对比

更新于 八月 20, 2026
排版史上最古老的争论,在网页时代得到解答。何时使用衬线体,何时使用无衬线体,以及研究到底说了什么。

Serif vs. Sans-Serif for the Web: The Definitive Comparison

Few typographic debates are more persistent — or more frequently oversimplified — than serif versus sans-serif for screen reading. One camp repeats the conventional wisdom that sans-serifs are better on screens. The other points to modern research suggesting the distinction is largely irrelevant. Neither camp is entirely right.

The question of which performs better for web reading is genuinely more complex than most simplified takes acknowledge. It depends on rendering quality, font size, display resolution, reading context, and the specific fonts involved. This guide works through each of these dimensions to give you a genuinely useful, research-grounded framework for the decision.


The Historical Argument: Print vs. Screen

The conventional wisdom that sans-serifs are better on screens traces back to the early days of digital display, when screen resolution was dramatically lower than print. A typical CRT monitor in the late 1990s rendered at 72–96 pixels per inch — low enough that the detailed features of serif type, particularly the thin hairline strokes and delicate serifs of fonts like Times New Roman, would simply fall off, rendering as blurry artifacts or disappearing entirely.

In this environment, the conventional wisdom was entirely justified. The simpler letterforms of sans-serif fonts — fewer thin strokes, no serifs to disappear — rendered more cleanly on low-resolution screens. Fonts like Arial and Verdana, designed specifically for screen use, had exaggerated features (larger x-heights, heavier stroke weights, more generous spacing) to compensate for poor rendering conditions.

This historical argument correctly identified a real problem. Its limitation is that it has been applied uncritically for decades, long after the underlying conditions changed significantly.

Today's displays tell a different story. A modern smartphone display renders at 460+ PPI. A typical high-DPI laptop display is 220–254 PPI. Most external monitors sold today are 109+ PPI at 4K. At these densities, the thin strokes and delicate serifs that were once invisible or blurry render with complete clarity. The technical argument for sans-serifs over serifs has essentially collapsed on modern displays.


What the Research Actually Says

Typography research on serif vs. sans-serif readability has produced mostly inconclusive results — which is itself an important finding.

A frequently cited 1986 study by Tinker found that serif fonts produced slightly faster reading speeds in print. Studies in the 1990s and early 2000s on low-resolution screens generally found small advantages for sans-serifs. More recent studies on high-resolution displays — including work by Arditi and Cho (2005), Josephson (2008), and several subsequent researchers — have found no statistically significant difference in reading speed or comprehension between well-designed serif and sans-serif fonts displayed on modern screens at comfortable sizes.

A 2020 large-scale study from MIT (Rayner et al.) examined reading speed across a range of font variables and found that font type (serif vs. sans-serif) was not a significant predictor of reading speed, while font size and line spacing were. The most-cited academic review, "The Effect of Font Type and Spacing on the Readability of Text" (Dillon, 1992), similarly found that legibility differences between typeface categories were far smaller than factors like size and spacing.

What the research does consistently find is that legibility is primarily determined by:

  1. Font size (too small impairs all fonts)
  2. Line spacing (too tight impairs all fonts)
  3. Line length (too long or too short impairs all fonts)
  4. Font quality and design quality (independent of serif/sans-serif category)
  5. Display resolution (at very low resolutions, serifs are disadvantaged)

The category (serif vs. sans-serif) is far less determinative than typography enthusiasts often suggest.


Screen Rendering: How Serifs Behave on Pixels

Even on high-resolution displays, serif and sans-serif fonts are not rendered identically, and understanding the differences helps make informed decisions.

Sub-Pixel Rendering and Anti-Aliasing

Browsers render text through anti-aliasing — the blending of adjacent pixels to smooth the apparent edges of diagonal and curved strokes. Modern systems use sub-pixel rendering (exploiting the individual red, green, and blue elements within each screen pixel) and grayscale anti-aliasing to create smooth letterforms at any size.

Serifs add complexity to this rendering process. The thin strokes and small protrusions of serifs require the renderer to make more sub-pixel decisions, and at certain sizes, these can lead to rendering artifacts — slight blurring or unevenness. This effect is most pronounced at small sizes (12–14px) and on lower-density displays.

At body text sizes (16–20px) on displays of 150 PPI or higher, this rendering difference is essentially negligible for high-quality fonts. The serifs render cleanly and do not produce visible artifacts.

The Stroke Contrast Problem

The more serious screen rendering concern for serifs is not the serifs themselves but stroke contrast. High-contrast serif fonts — particularly Didone typefaces like Bodoni and Didot, and high-contrast text serifs like Caslon at certain sizes — have hairline strokes that can be as thin as 0.5–1px at body text sizes.

A 0.5px stroke requires anti-aliasing to render, which means it appears as a gray pixel rather than a defined stroke. On standard (non-retina) displays, this can make high-contrast serifs appear blurry or washed out. On HiDPI displays, the same stroke might render as a clean 1-pixel line.

This is why some traditionally beloved serif fonts perform poorly on screen: not because they are serifs, but because their design relies on stroke contrast that requires print-level resolution to fully realize.

/* Be explicit about font-smoothing for serif body text */
.serif-body {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;  /* macOS/iOS */
  -moz-osx-font-smoothing: grayscale;   /* Firefox on macOS */
}

Note that -webkit-font-smoothing: antialiased can actually reduce rendering quality on standard displays by disabling sub-pixel anti-aliasing. It tends to look better with certain fonts on Retina displays and worse on standard ones. Test carefully.

Screen-Native Serif Fonts

The solution to these rendering challenges is not avoiding serifs — it is choosing serifs designed for screen. Georgia, designed by Matthew Carter in 1993 specifically for screen rendering, has wider strokes, more generous spacing, and design decisions throughout that compensate for screen rendering limitations. It remains one of the best-performing serif fonts on screen.

Lora was designed with contemporary screen rendering in mind. Merriweather was explicitly designed for screen reading, with heavy stroke weights and large x-height. These fonts do not merely port print serif designs to digital — they are engineered for the medium.


Best Serif Fonts for the Web

For Long-Form Reading

EB Garamond — The best free revival of the Garamond tradition. Elegant, readable, historically grounded. Best at 18px and above for body text. Ideal for literary, cultural, and editorial contexts.

.editorial-body {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.75;
  font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
}

Lora — A contemporary serif designed for maximum screen readability. Moderate stroke contrast, robust letterforms, highly legible from 15px upward. A reliable all-purpose editorial serif.

Merriweather — Heavy, robust, screen-optimized. Merriweather is particularly strong for reading-intensive applications where text density is high, because its generous weight holds up across all display conditions.

Source Serif Pro — Adobe's companion to Source Sans Pro, designed for text and web use. Versatile, well-spaced, and available in a wide range of weights.

For Display and Headlines

Playfair Display — The Didone-inspired display serif that works beautifully on screen at headline sizes. Its high stroke contrast becomes an asset at 2rem and above. Not suitable for body text.

Libre Baskerville — A screen-optimized adaptation of Baskerville. Slightly heavier and more generous than traditional Baskerville versions, making it work at body sizes where standard Baskerville struggles.

Cormorant Garamond — Extremely elegant with very low x-height and high stroke contrast. Spectacular at display sizes, challenging at body text sizes. Use at 20px minimum.


Best Sans-Serif Fonts for the Web

For Interfaces and Apps

Inter — The current gold standard for UI typography. Exceptional x-height, carefully considered character shapes, and wide weight range. Designed specifically for screen at small sizes.

/* Inter as complete UI font system */
:root {
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

Roboto — Android's system typeface. Excellent screen rendering, balanced between geometric and humanist characteristics, highly legible across a wide size range.

System UI fonts — For performance-critical applications, system-ui and -apple-system use the operating system's interface font (San Francisco on macOS/iOS, Segoe UI on Windows, Roboto on Android). These fonts are already on the user's device, require no network request, and are specifically optimized for the display and OS in question.

For Long-Form Reading

Source Sans Pro (Source Sans 3) — Adobe's screen-optimized humanist sans. Comfortable, readable, and versatile across a wide range of content types.

Nunito — Friendly, rounded, approachable. Excellent for education, children's content, and applications requiring warmth.

Lato — Hybrid humanist-geometric design. Smooth at body text sizes, versatile across headings and body, available in a broad weight range.


The Modern Answer: It Depends (Here's How to Decide)

After all the history, research, and rendering considerations, the honest answer is: there is no universal winner. The right choice depends on several factors specific to your project.

Decision Framework

Display density of your primary audience: If most of your users are on HiDPI displays (modern smartphones, Retina MacBooks, 4K monitors), you have full freedom to use quality serif fonts at body sizes. If a significant portion of your audience is on older hardware with standard-density displays, lean toward screen-optimized fonts in either category — Merriweather if serif, Inter or Roboto if sans.

Text size and reading context: Small UI text (11–14px) strongly favors sans-serifs or screen-optimized serifs with generous proportions. Body reading text (16–20px) can use either, with quality being the determining factor. Display sizes (24px+) can use essentially anything, as rendering quality is high.

Content type and brand: Editorial, literary, and cultural content often benefits from the warmth and historical associations of serif type. Technology, product, and interface design often benefits from the neutrality and efficiency of sans-serif. Neither rule is absolute — many successful modern websites break both conventions deliberately.

Stroke contrast: Whatever category you choose, check the stroke contrast at your intended size and on a variety of displays. A highly contrasted serif or a very thin sans-serif may disappoint on certain display conditions.

/* A well-considered typographic system that uses both */
:root {
  --font-display: "Playfair Display", Georgia, serif;    /* Headlines: expressive */
  --font-body: "Lora", Georgia, serif;                   /* Body: screen-optimized serif */
  --font-ui: "Inter", system-ui, sans-serif;             /* UI elements: interface sans */
}

h1, h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 3rem);
}

p, li, blockquote {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
}

button, label, nav, input {
  font-family: var(--font-ui);
  font-size: 0.875rem;
}

This system uses both categories, each where it performs best. The serif brings editorial character to headlines and body reading; the sans-serif handles the functional UI layer with maximum clarity.

The best typographic outcomes rarely come from a rigid category rule. They come from matching the right font — regardless of category — to the specific rendering conditions, size requirements, and expressive goals of the design.

排版术语

试试这些工具

提及的字体

Roboto Sans Serif #1

Roboto 由 Christian Robertson 为 Google 的 Material Design 体系设计,是网页和 Android 平台上使用最广泛的字体。其双重特质在机械精度与自然阅读节奏之间取得平衡,无论用于 UI 标签还是长篇文本都同样出色。这款可变字体支持宽度和字重轴,并覆盖西里尔文、希腊文及扩展拉丁字符。

The quick brown fox jumps over the lazy dog
Open Sans Sans Serif #2

Steve Matteson 设计的这款人文主义无衬线字体笔画垂直、字腔开阔,优先保证在不同屏幕尺寸和分辨率下的可读性。作为有史以来部署最广泛的网络字体之一,它呈现出中性专业的调性,非常适合正文文字、邮件模板与网页应用。可变的宽度与字重轴,加上希伯来文和希腊文支持,使其成为多用途的多语言主力字体。

The quick brown fox jumps over the lazy dog
Inter Sans Serif #4

Rasmus Andersson 花费数年时间专门为电脑屏幕打磨这款新怪诞体,优化了字间距、x 高度与笔画对比,以确保在数字显示器的小尺寸下也拥有高可读性。光学尺寸轴(opsz)让字体能够在标注文字与标题之间自动调整设计,而字重轴则覆盖从纤细到极粗的完整范围。它已成为全球仪表盘、文档站点与开发者工具的事实标准选择。

The quick brown fox jumps over the lazy dog
Merriweather Serif #27

Sorkin Type 专为舒适的屏幕阅读设计了 Merriweather,其 x 高度较大、字形略微收窄,配以厚实的衬线,即使在低分辨率显示器的小尺寸下也能保持出色的表现。它的可变字体实现异常富有表现力,同时提供光学尺寸、宽度与字重三个轴——这种罕见的组合让排版控制能够从标注文字精确延伸到标题。作家和出版商都青睐 Merriweather,将其用于长篇编辑内容与博客排版。

The quick brown fox jumps over the lazy dog
Lora Serif #29

Lora 是一款均衡感极佳的当代衬线字体,扎根于书法传统,将适度的对比与流畅的曲线相结合,赋予其鲜明的文学气质。Cyreal 专门为屏幕阅读舒适度而设计,其可变字重轴,加上对西里尔文、越南文、数学符号与符号字符的支持,使其实用性远超英文散文范畴。无论是优雅的博客排版还是学术排版,只要看重温暖感与可信度,它都能出色胜任。

The quick brown fox jumps over the lazy dog
EB Garamond Serif #72

EB Garamond是Georg Duffner制作的开源字体,忠实复刻了西方印刷史上最具影响力的字体设计师之一Claude Garamond的十六世纪铅字,以1592年Conrad Berner印制的字样为主要依据。可变字重轴涵盖常规至粗体,广泛支持拉丁、西里尔、希腊及越南文字,使这款深植于文艺复兴人文传统的字体具备了罕见的多功能性。其学术优雅感与历史权威性,使其成为书籍设计、学术出版及注重排版传统的编辑场景的理想选择。

The quick brown fox jumps over the lazy dog
Source Serif 4 Serif #113

Frank Griesshammer's Source Serif 4 is the mature evolution of the Source Serif family, Adobe's companion serif to Source Sans, refined over successive versions into a nuanced transitional serif with optical size and weight variable axes. The opsz axis allows the typeface to adjust letterform details automatically as size changes — widening spacing and opening apertures at small sizes, tightening proportions and increasing contrast at display sizes. Cyrillic, Greek, and Vietnamese support make it a capable global typeface for editorial systems, technical documentation, and digital books.

The quick brown fox jumps over the lazy dog

相关文章