Others

What Happens to Your Fonts When You Export a PDF

You design a document using a specific font, export it to PDF, and send it to someone. Do they see the same font you used? It depends โ€” and understanding why is more useful than it might seem. Font handling is one of the less visible aspects of PDF creation, but it's responsible for a good chunk of the rendering inconsistencies people run into.

What Happens to Your Fonts When You Export a PDF

Three Things That Can Happen to Your Fonts

When you export a PDF, your software has to decide what to do with the fonts in the document. There are three possible outcomes, and which one happens depends on your export settings and the font's license.

Full embedding. The entire font file is packaged inside the PDF. Anyone who opens the document sees exactly the font you used, regardless of whether it's installed on their device. The downside is file size โ€” embedding a full font adds several hundred kilobytes, and if you're using multiple custom fonts, it adds up.

Subsetting. Only the characters actually used in the document are embedded, not the entire font file. If your document uses 80 unique characters from a font, only those 80 characters get packaged in. The recipient sees the correct font for everything in the document, and the file is smaller than with full embedding. This is the default behavior in most software and the right choice for most situations.

No embedding. The font isn't included in the PDF at all. When someone opens the document, their PDF viewer looks for the font on their device. If it's there, the document looks correct. If it isn't, the viewer substitutes the nearest available font โ€” and the layout may shift noticeably.

WukongPDF

Try Word to PDF

No installation needed. Works directly in your browser.

Get Started โ†’

Why Fonts Sometimes Don't Get Embedded

Font embedding isn't always automatic, and there are two common reasons it doesn't happen.

First, license restrictions. Some commercial fonts explicitly prohibit embedding in PDFs โ€” the font file includes a flag that tells software not to embed it. This is less common than it used to be, but it still exists. If your software respects that restriction (which it should), the font won't appear in the PDF even if embedding is enabled in your settings.

Second, export settings. Some applications don't embed fonts by default, particularly older software or tools not designed primarily for PDF output. If you're exporting from a less common application and your fonts aren't rendering correctly on other devices, check the export settings โ€” there's usually an option to enable font embedding that's simply turned off.

What Font Substitution Actually Looks Like

When a PDF viewer can't find the original font, it picks the closest match from what's available. Adobe Reader uses a built-in font called "Adobe Sans MM" or "Adobe Serif MM" as a fallback โ€” a multiple-master font that tries to approximate the metrics of the missing typeface. The result preserves line breaks and basic layout, but looks noticeably different from the original.

Other viewers are less sophisticated. Chrome's PDF viewer or a basic mobile app may substitute with whatever system font is closest in style โ€” which can mean a document designed in a condensed sans-serif ends up rendering in a wide serif. Text that fit neatly on a line in the original now wraps. Headings change weight. The document is still readable, but it no longer looks like what was designed.

The Fonts That Don't Need Embedding

There are 14 fonts defined in the PDF specification as standard โ€” Helvetica, Times, Courier, Symbol, and their variants. PDF viewers are required to have these fonts available regardless of the operating system. Documents using only these fonts don't need embedding because every viewer already has them.

In practice, Arial and Times New Roman are so widely installed that they behave similarly to standard fonts for most purposes. If your document uses only common system fonts, you'll rarely encounter substitution problems even without embedding. The risk rises significantly when using purchased typefaces, display fonts, or anything outside the common system font set.

How to Check Whether Your Fonts Are Embedded

In Adobe Acrobat or Acrobat Reader, go to File > Properties > Fonts tab. Every font in the document is listed, along with its embedding status. You want to see "Embedded" or "Embedded Subset" next to each font name. If you see just the font name with no embedding status, that font isn't embedded and may substitute on devices that don't have it installed.

If fonts aren't embedded and you need them to be, go back to your source file and re-export with embedding enabled. For Word to PDF conversions, Word's built-in PDF export embeds fonts by default โ€” but third-party PDF printers or older export methods may not. When in doubt, check the font properties before distributing a document where consistent rendering matters.

WukongPDF

Try Word to PDF

No installation needed. Works directly in your browser.

Get Started โ†’