Convert WOFF to TTF
Unpack a WOFF web font back to the original TTF/OTF to install or edit it.
Your files never leave your device
How to convert WOFF to TTF
- 1
Upload the WOFF
The classic web font.
- 2
Convert
Tables are inflated and the sfnt is rebuilt.
- 3
Download the TTF/OTF
Ready to install or edit.
Why use this tool
Recover the original
WOFF is a container: the full font is inside.
Lossless
Same tables, same glyphs, same metadata.
Private
Everything happens in your browser.
Editable
The resulting TTF opens in FontForge, Glyphs and friends.
Frequently asked questions
Is the TTF identical to the original font?
Content-wise yes: WOFF compresses tables losslessly and they are restored as-is, original checksums included.
Can I edit the resulting font?
Yes, it opens in editors like FontForge or Glyphs. The font license still applies.
What about WOFF metadata?
The optional XML metadata block of the WOFF is not part of the sfnt font and is dropped; the font itself is complete.
Does it work for WOFF2?
No, WOFF2 uses different compression (Brotli): use the WOFF2 to TTF tool.