---
title: "Fix inconsistent PDF fonts on any device"
canonical_url: "https://www.nutrient.io/guides/android/rendering-issues/inconsistent-fonts/"
md_url: "https://www.nutrient.io/guides/android/rendering-issues/inconsistent-fonts.md"
last_updated: "2026-05-15T19:10:04.920Z"
description: "Learn how to check and embed fonts in PDFs for consistent rendering across all devices and viewers."
---

# How to ensure your PDF fonts are embedded correctly

If your PDF document has embedded fonts, any viewer on any device should render them as expected. A PDF viewer will replace a font if the document doesn’t have it embedded and if it’s not available on the device.

Here’s how determine if your PDF document has embedded fonts:

- Open the PDF document in [Acrobat Pro](https://acrobat.adobe.com/) or [Acrobat Reader](https://get.adobe.com/reader/) (free and available on all platforms).

- Go to the **File** menu and select **Properties**, or use the **Command + D** keyboard shortcut.

- Click the **Fonts** tab.

You may see the words **Embedded Subset** (like in the example above) or just the word **Embedded**. If a subset of a font is embedded, this means only the characters used in that particular document are embedded.

Most PDF-authoring apps like [Acrobat Pro](https://acrobat.adobe.com/) support embedding fonts in a PDF document. Make sure you embed the fonts so that your document looks as expected across devices and readers.

If you’re using Document Engine and embedding fonts in every PDF isn’t possible, refer to our [custom fonts](https://www.nutrient.io/guides/android/features/custom-fonts.md) guide.
---

## Related pages

- [Outdated Render Cache](/guides/android/rendering-issues/outdated-render-cache.md)
- [Changing The Font Size Or Color Of Page Text](/guides/android/customizing-pdf-pages/changing-the-font-size-or-color-of-page-text.md)
- [Efficient PDF rendering solutions for Android](/guides/android/troubleshooting/complexities-of-rendering-pdfs.md)
- [Inconsistent Labels](/guides/android/rendering-issues/inconsistent-labels.md)
- [Understanding XFA vs AcroForms in PDFs](/guides/android/rendering-issues/pspdfkit-doesnt-show-the-pdf-form.md)

