What are Embedded Fonts?

Quick Definition

Embedded fonts are font files included within a PDF document. Embedding ensures that the PDF displays with the correct typefaces on any device, even if the fonts are not installed on the viewer's system.

Why Font Embedding Matters

When you create a document using specific fonts, those fonts must be available on any computer that opens the file for the text to display correctly. If a font is missing, the PDF viewer substitutes a different font, which can alter the document's appearance, break layouts, and change line breaks and spacing.

Embedding fonts solves this problem by including the font data directly in the PDF. The viewer uses the embedded font to render text, ensuring the document looks identical on any device.

How Font Embedding Works

When a PDF is created, the software can embed complete font files or subset fonts (including only the characters actually used in the document). Subsetting reduces file size by excluding unused glyphs. For example, if a document uses only the letters A-Z from a font, only those 26 characters are embedded rather than the entire font with thousands of glyphs.

The PDF specification supports embedding TrueType, OpenType, and Type 1 fonts. Font licensing determines whether a font can be legally embedded. Most commercial fonts allow embedding for viewing and printing, but some restrict editing.

Full Embedding vs Subsetting

  • Full embedding: The complete font file is included. This allows editing and ensures all characters are available, but increases file size significantly.
  • Subsetting: Only used characters are embedded. This minimizes file size but prevents adding new text with that font during editing.
  • No embedding: Font is not included. The viewer substitutes a similar font, risking layout changes and incorrect appearance.

Font Embedding Requirements

PDF/A and PDF/X standards require all fonts to be embedded to ensure long-term archival integrity and print reliability. A PDF/A file with missing fonts is not compliant. Similarly, PDF/X files for commercial printing must embed all fonts to guarantee consistent output.

For accessible PDFs (PDF/UA), embedded fonts ensure that screen readers and assistive technologies can accurately extract text content.

Font Licensing and Embedding

Font licenses specify embedding permissions. Most fonts allow "preview and print" embedding, which permits viewing and printing but not editing. Some fonts allow full embedding with editing rights. A few fonts prohibit embedding entirely, making them unsuitable for PDF workflows.

PDF creation software checks font embedding permissions and either embeds the font, subsets it, or warns if embedding is not allowed.

Checking Font Embedding

PDF viewers and editing software can display a list of fonts used in a document and indicate whether each font is embedded, subset, or not embedded. This information is typically found in document properties or font information dialogs.

Common Use Cases

  • Print production: Ensuring fonts print correctly at service bureaus
  • Archival documents: Preserving exact appearance for long-term storage
  • Form distribution: Maintaining layout when forms are filled on different systems
  • Brand consistency: Ensuring corporate fonts display correctly

Related Concepts

  • PDF/A — Archival standard requiring font embedding
  • PDF/X — Print standard requiring font embedding
  • Fonts Missing — Issues with non-embedded fonts
  • Metadata — Document information including font details

Ensure your PDFs display correctly everywhere. Use our PDF tools to check and manage font embedding.