Converting WOFF2 to OTF unwraps the Brotli-compressed web font into a standard OpenType file. The extracted OTF preserves every glyph, OpenType feature, and outline exactly. Ideal for installing a web font on your desktop or feeding it into professional typography workflows.
Drag & drop font files here, or browse
Drop your WOFF2 files here
Lossless extraction. If the WOFF2 wrapped an OTF, the output is bit-identical after decompression. If it wrapped a TTF, the OTF contains TrueType outlines. Valid OpenType, but not using PostScript curves.
OTF runs on every modern OS, every major DTP and design tool, and every current browser.
WOFF2 uses Google's Brotli compression instead of zlib, cutting file size another 30% versus WOFF. It's the current standard for web font delivery, supported in every modern browser since 2017. A typical Latin-only WOFF2 is 20–40% the size of the source TTF.
OTF (OpenType) is Microsoft and Adobe's extension of the TrueType format. It adds cubic Bézier (PostScript/CFF) glyph support plus rich typographic features: stylistic alternates, ligatures, small caps, contextual substitutions, and the full OpenType feature model. Professional typography depends on OTF's capabilities.
Yes, completely. WOFF2 is a lossless compression container; every OpenType table (ligatures, kerning, variable-font axes, stylistic sets) is preserved exactly.
Yes for the decompression step. The OTF output contains exactly the data the WOFF2 compressed.
WOFF2 uses Google's Brotli compression instead of zlib, cutting file size another 30% versus WOFF. It's the current standard for web font delivery, supported in every modern browser since 2017. A typical Latin-only WOFF2 is 20–40% the size of the source TTF.
OTF (OpenType) is Microsoft and Adobe's extension of the TrueType format. It adds cubic Bézier (PostScript/CFF) glyph support plus rich typographic features: stylistic alternates, ligatures, small caps, contextual substitutions, and the full OpenType feature model. Professional typography depends on OTF's capabilities.
Yes. The converter runs entirely in your browser using WebAssembly. Your font files are never uploaded, never sent to a server, and never leave your device.
There's no hard limit. Font files are usually small (under a few MB), so even very large fonts process without issue. Variable fonts with many axes are handled cleanly.