Tracking is the uniform adjustment of horizontal space between all characters in a selection of text. A value of +50 increases the space between each letter, while -50 compresses it, which changes the overall density and readability of the text.
If you're looking at a headline that feels cramped, a navigation label that looks oddly loose, or a live page that doesn't quite match the comp, you're already dealing with tracking. It is treated as a visual polish step. In practice, tracking affects readability, accessibility, rendering behavior, and even whether your font use stays inside the license terms your business holds.
An Introduction to Typographic Spacing
Tracking sounds narrow until you see where it shows up in real work. A brand team uses it to make a hero line feel premium. A developer maps it into CSS. A compliance reviewer asks whether the self-hosted font on the site is licensed for web use at all. One spacing decision reaches three different teams.
That's why the definition of tracking in typography matters beyond design vocabulary. It gives everyone the same baseline: tracking changes spacing evenly across a word, sentence, or paragraph, not pair by pair. Once that's clear, the trade-offs become easier to discuss in practical terms.
Why teams get this wrong
The most common failure isn't technical. It's organizational. Designers may adjust spacing in a layout tool, developers may recreate it approximately in code, and legal or procurement may never see that a desktop font was pushed into web production.
A small visual change can also create larger downstream questions:
- Accessibility impact: Tight or overly loose spacing can make text harder to read.
- Performance impact: Browser rendering can respond differently to aggressive spacing choices.
- Compliance impact: Desktop and web font licenses are not the same thing, and using the wrong one can create audit risk.
Typography choices don't stay in the design file. They travel into code, QA, performance budgets, and legal review.
For agencies and in-house teams, font governance begins to matter. If you want a practical overview of how typography choices can become operational risk, this piece on fonts as a business risk is a useful companion.
Informational, not legal advice
One important boundary up front. This article is informational, not legal advice. Font licensing terms vary by foundry and contract. If your team is embedding fonts on the web, editing files, self-hosting, or distributing assets across vendors, your legal and procurement teams should review the actual license language, especially when desktop and web rights may differ.
What Is Tracking in Typography
Tracking controls the overall spacing texture of type. The cleanest definition comes from standard typographic usage: tracking in typography is the uniform adjustment of horizontal space between all characters in a block of text. It's different from kerning, which changes spacing between specific letter pairs, and it's commonly expressed in positive and negative increments. A value of +50 opens the spacing, while -50 tightens it, changing how dense and readable the text feels as a whole, as described in this tracking reference.
![]()
A simple way to picture it
Think of letters like cars moving in a line. Kerning moves one car closer to or farther from the next car to fix a local gap. Tracking changes the spacing between all the cars in the line at once.
That's why tracking changes mood so quickly. Open tracking can make type feel airy, formal, or editorial. Tight tracking can make it feel compact, urgent, or crowded. Neither is automatically right. The question is whether the density matches the reading context.
Where tracking helps
Tracking is useful when the type needs a different overall rhythm than the font's default spacing provides.
A few common examples:
- All-caps headlines: Capitals often need more room to avoid looking congested.
- Short display text: A wordmark, hero phrase, or oversized pull quote may need spacing adjustment to look balanced.
- Tight layouts: Sometimes teams reduce tracking slightly to fit a line without changing size or wrapping.
Where it goes wrong
Tracking fails when it becomes a patch for other problems. If body copy looks weak, the underlying issue may be font choice, line length, weight, or line height. Tracking won't fix all of that.
Practical rule: Use tracking to shape the texture of text, not to rescue a bad layout.
When teams understand that, they stop treating tracking like a magic slider. It's a controlled, global spacing adjustment. That's exactly why it's powerful, and exactly why it needs restraint.
Tracking vs Kerning and Letter Spacing
The confusion usually comes from one word doing different jobs in different environments. Designers say tracking. Front-end developers often say letter spacing. Typographers still distinguish both from kerning.
The key distinction is straightforward. Tracking applies uniformly across entire words, sentences, or paragraphs, while kerning adjusts spacing only between specific letter pairs such as “A” and “V,” as outlined in this explanation of tracking versus kerning.
Tracking vs Kerning at a Glance
| Attribute | Tracking | Kerning |
|---|---|---|
| Scope | Global adjustment across selected text | Local adjustment between specific letter pairs |
| Purpose | Changes overall text density and flow | Fixes awkward gaps between individual pairs |
| Best use | Headlines, labels, short display text, controlled text fitting | Logos, titles, and any place pair spacing looks visibly uneven |
| Effect | Alters the texture of the whole selection | Alters only targeted combinations |
| Typical owner | Designer and developer together | Usually typographer or designer refining detail |
Where letter spacing fits
On the web, letter-spacing is the implementation layer. In other words, CSS letter spacing is how developers apply the design intent behind tracking.
That matters because handoff often breaks here. A mockup may show a slightly opened headline, but the build uses default spacing. Or the developer enters a value without checking how the chosen web font renders at that size. The result is “technically matched” code that still looks wrong.
Here's the practical mapping:
- In design software: You adjust tracking on a selected range of text.
- In code: You apply
letter-spacingto the corresponding element or class. - In review: You compare the live render, not just the numeric value.
If your team is auditing a live site and needs to inspect the actual font files and behavior in production, a font file analysis workflow helps connect the visual spec to what's really shipping.
A useful rule for mixed teams
If the problem appears across the whole word or line, start with tracking. If the problem appears in one pair, start with kerning.
That simple rule keeps designers from over-kerned headlines and keeps developers from trying to mimic pair-level refinements with a global CSS property that was never meant to solve that problem.
How to Measure and Implement Tracking
Tracking feels subjective until you get into the mechanics. In professional type workflows, it isn't vague at all. It's a measurable adjustment with tool-specific controls and a direct web equivalent.
![]()
How design tools measure it
Professional applications commonly measure tracking in arbitrary typographic units, often 1/1000th of an em. In those tools, the default value of 0 means you're using the spacing built into the font. Designers usually adjust tracking through a control marked with the “VA” icon, where increasing the value opens the text and decreasing it tightens it. The same underlying concept carries to the web through CSS letter-spacing, as explained in this overview of tracking in design tools and CSS.
In day-to-day production, that means two things:
- The font already contains default spacing decisions.
- Your tracking value is a global override, not a redesign of the font's built-in metrics.
How to implement it on the web
In CSS, letter-spacing performs the same job. It's commonly set in relative units such as em, with 0 representing the font's default spacing.
h1 {
letter-spacing: 0.04em;
}
.button-label {
letter-spacing: 0.08em;
}
.compact-heading {
letter-spacing: -0.02em;
}
Relative units are usually easier to maintain because they scale with the font size. A value that looks balanced at one size is more likely to stay balanced as the interface changes.
What tends to work in practice
Use implementation rules your team can repeat:
- Match the context: Headings, labels, and navigation often tolerate more visible tracking than body copy.
- Check the live font: A value that looks good in a static comp can render differently once the web font loads.
- Review at multiple breakpoints: Spacing that works on desktop may feel too loose or too tight on smaller screens.
For teams that install fonts into office workflows before those assets eventually move to production, this guide on checking license terms when installing fonts in Word helps prevent a common handoff problem: assuming a desktop install grants web rights.
The number isn't the design. The rendered result is.
Best Practices and Hidden Business Risks
A common failure looks small at first. Marketing signs off on a tightly tracked headline in a static mockup, development ships it with a web font, and legal copy later gets dropped into the same component. On launch day, the fallback font flashes first, the headline collapses into a darker block than expected, and the compliance team now has three problems instead of one: readability, rendering, and licensing.
![]()
Tracking does its best work when it matches the job of the text. In practice, that means wider settings for short all-caps labels, more caution in long-form reading, and extra review anywhere the fallback font may differ sharply from the approved face. The trade-off is simple. A spacing choice that looks refined in a design file can become fragile once real content, real devices, and real font loading behavior enter the picture.
What usually works
Use tracking where readers benefit from clearer grouping and cleaner rhythm, not where the setting makes the design feel more styled.
- All-caps text: A modest increase often improves legibility because capitals crowd quickly.
- Display text: Headlines, short promos, and button labels can usually handle more visible tracking.
- Body copy: Small changes go a long way. Tight or loose settings can slow reading and make paragraphs feel uneven.
Review with production content. Privacy notices, financial disclosures, long product names, and translated strings expose spacing problems much faster than placeholder text ever will.
Accessibility and WCAG concerns
Accessibility review should treat tracking as a readability control, not a decorative one. If spacing forces readers to decode letters instead of recognize words, the setting is working against comprehension.
That matters for users with low vision, cognitive fatigue, dyslexia-related reading difficulty, or zoomed interfaces on small screens. It also matters for teams working toward WCAG conformance, because text has to remain usable under changed presentation conditions. A heading can still pass brand review and fail practical reading tests.
If users have to reconstruct the word, tracking is too aggressive.
Performance and rendering trade-offs
Tracking choices also affect what happens during font loading. Introductory guides often skip this, but front-end teams deal with it every day. Aggressive negative tracking can sometimes interfere with font loading and rendering, particularly on mobile devices, and may make FOUT or FOIT feel more obvious because the fallback and final fonts occupy space differently.
The fix is not to avoid tracked type. The fix is to test it under real loading conditions. Check the first paint, the fallback stack, and the web font swap on slower connections. Tight display type that depends on one exact font metric is more brittle than a setting with a little breathing room.
Licensing risk is real
Tracking itself does not create a license issue. Font deployment often does. A type choice approved in a desktop design workflow can cross into web embedding, app delivery, PDF generation, or third-party distribution without anyone checking whether those rights were purchased.
That gap creates legal and procurement risk fast, especially in agency handoffs and multi-vendor builds. Desktop use, web use, and hosted delivery are often licensed separately. If your team is changing font files, serving methods, or where the type appears, review the contract before launch. This guide on how to protect your business from font licensing risks lays out the operational checks teams should make.
Auditing Typography for Compliance and Performance
Many can spot bad spacing by eye. Fewer can prove which font files are live, whether the production stack matches the approved design, or whether the organization has the right license for the way those fonts are being delivered.
That's the gap between design review and operational audit.
![]()
What an audit should cover
A useful typography audit doesn't stop at “this heading looks off.” It checks whether the underlying implementation is sound.
A strong review process should answer questions like these:
- What fonts are in use: Not just in comps, but on the live URL and supporting assets.
- Which license tier applies: Desktop, web, or another usage right, depending on the contract.
- How text behaves in production: Including fallbacks, stack hygiene, and visible loading issues.
- Whether spacing remains readable: Across devices, viewport sizes, and real content lengths.
Why manual checks break down
Manual review works on a small site. It gets unreliable fast once you have multiple templates, campaign pages, PDFs, images, third-party handoffs, or client environments. Someone always assumes the font in the file is the font on the page. Someone else assumes procurement already cleared the rights. That's how avoidable problems survive until launch or audit.
For legal and compliance teams, this article is still informational, not legal advice. But as a working standard, you should separate visual approval from license verification. They are not the same sign-off.
If your team needs a process for validating whether website fonts are properly licensed, this article on checking if your website fonts are legally licensed is a practical next read.
The definition of tracking in typography starts as a spacing concept. In production, it becomes a governance issue too. The smart move is to review typography as a connected system: design quality, accessibility, rendering behavior, and licensing together.
If you need a faster way to verify that whole system, Font Checker Pro is built for exactly that job. It scans live URLs, PDFs, images, and font files to identify the typefaces in use, surface license and usage concerns, and give design, engineering, and compliance teams a shared report they can act on.



