Extract the underlying TrueType font from any WOFF2 file. Useful for desktop installation, font editor inspection, and licensing audits. Zero upload.
Drop a WOFF2 file
wawoff2 decompresses the Brotli-encoded tables back to a raw sfnt buffer
Download the TTF — drop into Font Book, FontForge, or Glyphs
0 bytes uploaded. WOFF2 to TTF Decompressor runs entirely in your browser using opentype.js and the File API. Your fonts never leave your device.
This tool requires the Free plan or higher.
Byte-for-byte equivalent in nearly all cases. WOFF2 normalises some table orderings, so the TTF may have a different SHA-256 from the upstream source while being functionally identical.
Yes — open the TTF in Font Book (macOS), Settings → Fonts (Windows), or fc-cache (Linux). Always check the font's license before redistributing.
Yes. The decompressed file will have the OTF magic ('OTTO'). Rename it to .otf if your installer is strict about extensions.
Compress TTF or OTF fonts to WOFF2 directly in your browser. Typically 30–50% smaller than WOFF. Powered by Google's WASM Brotli encoder. Zero upload.
Open toolWrap TTF/OTF font tables in the WOFF 1.0 container with zlib compression. Wider compatibility than WOFF2 for legacy browsers. Zero upload.
Open toolDrop a font file and reveal its true format. Detects TTF, OTF (CFF), WOFF, WOFF2, and TrueType collections by inspecting the first 4 bytes.
Open tool