Convert WOFF2 to TTF.
Unpack a WOFF2 web font back to a desktop-installable TTF. Decompressed losslessly, glyphs intact.
Getting a desktop font back out of WOFF2
WOFF2 is a web-only wrapper — great for @font-face, but operating systems and design tools can't install or open it directly. Converting to TTF gives you the raw font again, so you can install it on your machine, load it into Figma, Illustrator or a font editor, or inspect it with other tooling.
A lossless unwrap
WOFF2 is just the TTF data compressed with Brotli, so decompressing restores the original tables exactly — same glyphs, same hinting. Nothing about the typeface is altered in the process.
Check the licence first
One important caveat: many web fonts are licensed for web embedding only. Turning a WOFF2 back into an installable TTF is technically easy, but installing or redistributing it on the desktop may breach that licence. Make sure you have the right to use the font this way before you do.
How it works
- 01
Upload your WOFF2
Drop a font file or pick one from your device. Private by default.
- 02
Convert with fontTools
fontTools repackages the font as TTF — glyph outlines and tables preserved exactly, no paid API in the loop.
- 03
Download
Grab your TTF.
Lossless — every glyph preserved
WOFF2 uses Brotli for the smallest size
Private uploads, auto-deleted after 1 hour
No watermark, no signup to try
Free and open-source engine (fontTools)
WOFF2 to TTF
This repackages the same glyph outlines from WOFF2 into TTF. TTF is a desktop/install font container — the typeface design is unchanged.
Common questions
Is it free?+
Yes — convert WOFF2 to TTF free. No signup, no watermark, no daily cap.
Is my font private?+
Uploads go to a private bucket, are converted, and auto-delete after 1 hour. Files never touch a third-party converter.
Are the glyphs changed?+
No — this is a container/compression conversion. Glyph outlines and all font tables are preserved exactly.
Related conversions