WOFF2 → TTF / OTF
Decompress WOFF2 back to raw SFNT (TTF or OTF depending on the outlines inside). Client-side, private, free.
Runs entirely in your browser — no upload, no registration.
What this tool does
Runs the WOFF2 Brotli-decompressor in your browser via a WASM build of Google's woff2 utilities. The output extension is chosen automatically based on whether the font contains TrueType or CFF outlines.
Why you might need it
Sometimes you have a webfont file but need the source font — for install on desktop, further conversion, or metadata inspection.
How to use it
- Drop a .woff2 file.
- Wait a second.
- Download the resulting TTF or OTF.
Supported formats
- Input: .woff2 (any subset).
- Output: .ttf or .otf depending on original outlines.
Limitations
- Cannot resurrect a subset back to a full font — you only get what was compressed.
Always review the included licence before commercial use. Do not remove copyright records, designer names, licensing metadata or embedding restrictions from any font you process.