Skip to content
Lesson 8 of 10intermediate8 min read

Kerning and Tracking

Kerning adjusts the space between two specific letters; tracking adjusts it uniformly across a run. Confusing them is one of the most common typographic errors.

01

Definition

Kerning is the adjustment of space between one specific pair of letters. Tracking, also called letterspacing, is a uniform adjustment applied across a whole run of text. The distinction is between a local correction and a global setting. Kerning exists because letters have different shapes: an uppercase A next to a V leans toward it and needs less space, while an uppercase H next to an I already has two vertical strokes and needs more. A typeface ships with a kerning table listing hundreds or thousands of such pair adjustments, applied automatically. Tracking, by contrast, is a decision the designer makes about the overall density of a setting, and it applies indiscriminately to every gap.

02

Why It Exists

Both exist to produce even typographic color — the uniform gray a well-set paragraph shows when you unfocus your eyes. The eye judges the space between letters by area, not by distance, so a mechanically equal gap between every pair looks visibly uneven. Kerning corrects for that perceptual fact. Tracking exists because a typeface's built-in spacing is tuned for one situation, usually mid-sized text, and other situations need a different density. Large display sizes look loose at default spacing and need negative tracking; uppercase runs and very small text look cramped and need positive tracking. Neither adjustment invents anything; both compensate for a fixed design meeting a variable use.

03

Examples

  • The pairs AV, To, Yo and LT, which almost always need kerning because their shapes create or close visual gaps.
  • A logotype, where each pair is usually kerned by hand because it will be seen thousands of times at one fixed relationship.
  • An all-caps label or small heading, where slight positive tracking restores the breathing room capitals need.
  • A ninety-point headline, where negative tracking pulls the word into a single readable shape rather than a row of letters.
04

History

The word kern comes from metal type. Each character sat on a rectangular body, and a kern was the part of the letterform that overhung that body so it could tuck against its neighbor — a delicate, breakable projection that foundries used sparingly. Compositors also inserted thin brass and copper spaces by hand to open up tight pairs. Letterspacing was so laborious that it was reserved for capitals and emphasis, which is where the old printers' rule against letterspacing lowercase originates. Phototypesetting in the mid-twentieth century removed the physical body entirely, letting characters overlap freely. That freedom produced the extremely tight, sometimes touching display typography of the 1960s and 1970s, seen in the work of Herb Lubalin among others.

05

In Modern Design

Digital fonts carry kerning as data. OpenType kerning lives in the font's GPOS table, and browsers and design tools apply it automatically when it is enabled. In CSS, font-kerning controls it and letter-spacing applies tracking; a common production bug is kerning being silently disabled by other settings, which shows up as gappy capitals in headlines. Design systems typically encode tracking as part of the type scale, pairing negative tracking with large sizes and positive tracking with small sizes and uppercase, so the relationship is applied consistently rather than tuned per screen. Manual pair kerning survives mainly in logotypes and wordmarks, where a single fixed setting justifies the effort.

06

Real-World Example

Look closely at the wordmark of almost any major brand and you will find spacing that no font would produce on its own. The pairs have been adjusted individually, often over many rounds, because the word will be reproduced at enormous sizes on buildings and at tiny sizes as an app icon, and both must look correct. The same care applied to body text would be wasted effort, since the font's kerning table already handles ordinary pairs and no reader is examining individual gaps in a paragraph. This is the practical rule the distinction produces: kern by hand where the setting is fixed and scrutinized, set tracking as a system everywhere else.

07

Key Principles

  • Kerning is pair-specific; tracking is uniform across a run.
  • Even typographic color, not equal distance, is the goal.
  • Large sizes generally need negative tracking; small sizes and uppercase need positive tracking.
  • Avoid letterspacing lowercase body text; it damages word shapes and slows reading.
  • Hand kerning is worth it for logotypes and short fixed settings, not for paragraphs.
  • Verify that kerning is actually enabled in production, not only in the design tool.

Why it matters

Spacing errors are the fastest way for otherwise competent work to look amateur, because readers register unevenness long before they can name it. A headline with a visible gap after a capital T reads as carelessness even to someone with no typographic training. More substantively, tracking affects readability directly. Letterspaced lowercase disrupts the recognizable shape of a word, which readers use to identify words at speed, so a design decision made for elegance can measurably slow reading. Knowing which control to reach for also makes a designer more precise in collaboration. Telling an engineer that the tracking on the small labels needs increasing is actionable; saying the type looks cramped is not.

Then vs Now

Then

Spacing was physical. A kern was a fragile projection cast onto the type body, and opening up a tight pair meant sliding a slip of brass or copper into the line by hand, one gap at a time.

Now

Kerning ships inside the font as a data table applied automatically, and tracking is a numeric property encoded into a design system's type scale. The craft judgment is identical; only the mechanism and the speed of the correction have changed.

Try it yourself

Set the word WAVE in capitals at sixty points in a typeface you use often, then turn kerning off and compare. Look specifically at the gaps around the W and the A and the V. Next, set a short sentence of lowercase text and apply positive tracking in steps until the words start to dissolve into separate letters; note how much it takes and how it changes your reading speed. Finally, set an all-caps label at eleven points and add tracking until it looks comfortable. Record the three values you arrived at.

Test yourself

5 questions, one at a time

Answers are revealed at the end, so you can think without being nudged.

Sources

  • The Elements of Typographic Style — Robert Bringhurst (2012) · Book
  • Thinking with Type — Ellen Lupton (2010) · Book