Convert WOFF to TTF.
Unpack a WOFF web font back to a desktop-installable TTF. Lossless — every glyph and table preserved.
Turning a web font into a desktop one
WOFF is a wrapper built for @font-face on the web — your operating system and design apps can't install or open it directly. Converting to TTF gives you the raw font, ready to install, load into Figma or Illustrator, or open in a font editor.
A lossless unwrap
WOFF is simply the font's tables compressed (with zlib; WOFF2 uses Brotli). Decompressing restores the original TTF data exactly — the same glyphs and hinting, nothing altered.
Check the licence first
Worth repeating: many web fonts are licensed for web embedding only. It's easy to turn a WOFF back into an installable TTF, but installing or sharing it on the desktop may breach that licence — make sure you have the right to use the font that way.
How it works
- 01
Upload your WOFF
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
Installable on your OS and in design tools
Private uploads, auto-deleted after 1 hour
No watermark, no signup to try
Free and open-source engine (fontTools)
WOFF to TTF
This repackages the same glyph outlines from WOFF into TTF. TTF is a desktop/install font container — the typeface design is unchanged.
Common questions
Is it free?+
Yes — convert WOFF 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