What Happens to Your Fonts When Converting Word to EPUB?
When you convert a Word document to EPUB, the fonts you chose almost never survive. Most conversion tools strip font data entirely, commercial font licenses prohibit embedding in ebooks, and Amazon Kindle overrides body text fonts regardless. The font your reader actually sees is the one their e-reader provides — not the one you picked in Word.
- Why Do Fonts Disappear During Word-to-EPUB Conversion?
- Which Fonts Can You Legally Embed in an EPUB?
- How Does Amazon Kindle Handle Fonts in Reflowable Ebooks?
- How Do Kobo, Apple Books, and Google Play Handle Embedded Fonts?
- When Does Fixed-Layout EPUB Preserve Your Fonts?
- What Fonts Should You Use for Your Ebook?
- Frequently Asked Questions
Why Do Fonts Disappear During Word-to-EPUB Conversion?
Fonts vanish during conversion because of three compounding problems: technical stripping, licensing barriers, and e-reader overrides. Even when everything else goes right, at least one of these layers will prevent your Word font from reaching the reader.
Word documents store font information as references — a name and style declaration rather than the actual font file. Even when you enable Word’s “Embed fonts in the file” option, most EPUB conversion tools (Calibre, Scrivener, online converters) do not carry that embedded font data forward. The resulting EPUB file contains a CSS font-family declaration pointing to a font name, but no actual font files are packaged inside the EPUB container. If the reader’s device does not have that font installed — and it almost certainly does not — the e-reader substitutes its own default.
This is a fundamentally different model from print, where your PDF locks in every glyph exactly as designed. In a reflowable ebook, the reader controls the reading experience. If you have worked with images breaking during Word-to-EPUB conversion, the font problem follows the same pattern: what works in Word’s rendering engine does not automatically transfer to the EPUB specification.
Which Fonts Can You Legally Embed in an EPUB?
Only fonts released under permissive open-source licenses can be legally embedded in an EPUB file. The two main licenses that permit this are the SIL Open Font License (OFL) and Apache License 2.0.
The fonts most authors reach for — Calibri, Cambria, Times New Roman, Arial, Garamond — are proprietary. They ship with Microsoft Office under a license that permits use on your computer but explicitly prohibits redistribution. Packaging a font inside an EPUB file counts as redistribution. Using a Microsoft Office font in a commercially distributed ebook is a licensing violation, even if nobody is likely to chase you for it.
All Google Fonts are released under the SIL Open Font License, making them safe to embed. Notable ebook-friendly options include Literata (designed specifically for screen reading by Google), Libre Baskerville, Lora, Merriweather, and Source Serif Pro. Font Squirrel’s “100% Free” collection is another reliable source — every font in that category has been verified for embedding permissions. If you are unfamiliar with terms like font subsetting or glyph outlines, our typography glossary covers the essentials.
How Does Amazon Kindle Handle Fonts in Reflowable Ebooks?
Amazon KDP does not allow embedded fonts for body text in reflowable Kindle ebooks. KDP’s own documentation states that body text in a reflowable Kindle book must use all defaults. Any embedded body font is stripped during KDP’s conversion process and replaced with the reader’s chosen font — typically Bookerly, Amazon’s proprietary typeface designed for Kindle screens.
Kindle does support embedded fonts in limited contexts. Headings, subheadings, drop caps, and special design elements can use an embedded OTF or TTF font, provided the font license permits embedding. But standard body paragraphs will always render in whatever font the reader has selected in their Kindle settings.
There is a technical workaround on the reader’s side: Kindle users can navigate to their font settings and select “Publisher Font” to see embedded fonts. In practice, the vast majority of readers never change this setting. Designing your ebook around the assumption that readers will switch to Publisher Font is not realistic.
This means that for novels, memoirs, and most nonfiction — the vast majority of self-published books — the body text font is entirely outside the author’s control on Kindle. Your typographic choices for body text in Word are effectively irrelevant to the Kindle reading experience.
How Do Kobo, Apple Books, and Google Play Handle Embedded Fonts?
Kobo, Apple Books, and Google Play Books all handle embedded fonts more generously than Kindle, though each works slightly differently.
Kobo fully supports embedded fonts in EPUB files. When an EPUB contains properly embedded fonts, Kobo readers see a “Document Default” option in their font menu that displays the publisher’s chosen typeface. Readers can switch away from it, but the publisher’s font is available by default. For fixed-layout EPUBs, Kobo actively recommends embedding fonts to prevent layout disruption.
Apple Books has supported embedded fonts since iBooks Asset Guide version 4.5.1. The EPUB metadata must include the specified-fonts property set to true to signal that embedded fonts are present. When configured correctly, Apple Books renders embedded fonts reliably in both reflowable and fixed-layout formats.
Google Play Books supports embedded fonts well. The platform’s own default reading font, Literata, is itself released under the SIL Open Font License — a signal of how seriously Google takes open font standards. Properly embedded fonts display without requiring any special reader action.
The practical takeaway: if you are publishing wide (not exclusively on Amazon), embedding a permissively licensed font gives your ebook a consistent look on every platform except Kindle.
When Does Fixed-Layout EPUB Preserve Your Fonts?
Fixed-layout EPUB is the one format where your fonts, positioning, and visual design are fully preserved. A fixed-layout ebook functions as a digital replica of the print book — every page renders at a fixed size with elements placed at exact coordinates, just like a PDF.
This makes fixed-layout the correct choice for books where visual design is inseparable from the content: children’s picture books, cookbooks with complex layouts, art and photography books, graphic novels, and comics. In these formats, the font is part of the design, and swapping it out would break the book. Our guide to reflowable vs. fixed-layout EPUB covers the technical differences in detail.
Fixed-layout should never be used for novels or text-heavy nonfiction. The format creates serious accessibility problems — readers cannot resize text, adjust line spacing, or change fonts, which excludes readers with visual impairments. Fixed-layout files are also significantly larger than reflowable equivalents because every page is rendered as a separate fixed canvas. Most retailers, including Amazon, will reject or deprioritise fixed-layout submissions for books that do not genuinely require it.
What Fonts Should You Use for Your Ebook?
For reflowable ebooks, the most practical approach is to stop trying to control the body text font and focus instead on what you can control: clean heading hierarchy, consistent paragraph indentation, proper line spacing, and a well-structured CSS stylesheet.
If you want to add typographic personality to headings and chapter titles, choose a font from Google Fonts or Font Squirrel’s free collection. Some reliable options for ebook headings include Playfair Display (elegant serif), Raleway (clean sans-serif), Lora (readable serif), and Oswald (compact, modern). For body text, trust the e-reader defaults — Bookerly on Kindle, Kobo’s system fonts, Literata on Google Play Books, and Apple’s built-in typefaces are all professionally designed for screen reading and optimised for the specific display hardware.
When preparing your Word document for conversion, set body text to a standard serif or sans-serif font (Times New Roman or Calibri are fine as working fonts) and accept that the reader will see something different. The more energy you invest in structural formatting — proper heading levels, consistent spacing, clean page breaks — the better your ebook will look regardless of which font the reader’s device selects.
Frequently Asked Questions
Can I embed any font I want in my EPUB file?
No. You can only embed fonts whose license explicitly permits redistribution. Most commercial fonts, including those bundled with Microsoft Office and Adobe Creative Suite, prohibit this. Stick to fonts released under the SIL Open Font License or Apache 2.0 — all Google Fonts and fonts from Font Squirrel’s free collection qualify.
Will my Kindle ebook show the font I chose in Word?
Not for body text. Amazon KDP strips embedded body fonts from reflowable ebooks and substitutes the reader’s selected font (usually Bookerly). Embedded fonts are only supported for headings, drop caps, and special design elements on Kindle. Readers would need to manually switch to “Publisher Font” in settings, which very few do.
What is the difference between reflowable and fixed-layout EPUB for fonts?
In a reflowable EPUB, text reflows to fit the screen and readers control the font. Your font choices for body text will not be preserved. In a fixed-layout EPUB, every page is rendered at a fixed size with exact positioning, so fonts are fully preserved. Fixed-layout is only appropriate for visually complex books like picture books, cookbooks, and comics — never for novels.
Do Kobo and Apple Books support embedded fonts better than Kindle?
Yes. Kobo displays embedded fonts as the “Document Default” option and supports them in both reflowable and fixed-layout EPUBs. Apple Books has supported embedded fonts since iBooks Asset Guide 4.5.1 and renders them reliably. Google Play Books also supports embedded fonts without requiring special reader action. Only Kindle restricts embedded body text fonts.
What should I focus on instead of fonts when formatting my ebook?
Focus on structural elements you can control: proper heading hierarchy (H1 for chapter titles, H2 for sections), consistent paragraph indentation, clean page breaks between chapters, and correct line spacing. These survive conversion intact and affect readability far more than typeface choice in a reflowable ebook.
