---
title: "Export custom styles to EPUB"
description: "Learn how to export custom styles from Tiptap JSON to EPUB using the Export EPUB extension."
canonical_url: "https://tiptap.dev/docs/conversion/export/epub/styles"
---

# Export custom styles to EPUB

Learn how to export custom styles from Tiptap JSON to EPUB using the Export EPUB extension.

- **1. Activate trial or subscribe**

  Start a [free trial](https://cloud.tiptap.dev/v2?trial=true) or [subscribe to the Start plan](https://cloud.tiptap.dev/v2/billing) in your account.
- **2. Install from private registry**

  To install this frontend extension, authenticate to Tiptap's private npm registry by following the [setup guide](https://tiptap.dev/docs/guides/pro-extensions.md).

When exporting to EPUB, you can define custom styles that will be applied to the exported document. This is useful when you want to have a consistent look and feel across your documents.

> **Requires Export DOCX extension:**
>
> Style overrides for EPUB export require the `@tiptap-pro/extension-export-docx` extension to be installed and configured in your editor. The EPUB export uses DOCX generation under the hood before converting to EPUB. Without it, the `styleOverrides` and element override options will have no effect.
