WOFF to TTF Converter

Converting WOFF to TTF unwraps the compressed web font to produce a standard desktop font file. The extracted TTF works in every OS, every design tool, and every print workflow. Useful when you want to install a web-delivered font locally.

font_download

Drag & drop font files here, or browse

Drop your WOFF files here

What changes when you convert WOFF to TTF

Lossless extraction. The TTF contains exactly the same glyph data, features, and hints the WOFF wrapped. File size grows because compression is removed. If the WOFF wrapped an OTF with PostScript outlines, the resulting TTF may need outline conversion; tools vary in how they handle this.

When to use this conversion

  • Installing a web font on your desktop for design or editing work
  • Extracting a font from a website for use in Photoshop, Figma, or similar design tools
  • Feeding a web font into a game engine, embedded device, or legacy system that doesn't read WOFF
  • Archiving web fonts in the universally supported TTF format

Where the output works

TTF works on every desktop OS since the late 1990s, every design application, and every embedded system. There is effectively no font-rendering environment that can't read TTF.

About these formats

WOFF (Web Open Font Format)

WOFF (Web Open Font Format) is a 2010 wrapper that zlib-compresses a TTF or OTF for web delivery. Files are roughly 40% smaller than raw TTF/OTF, with the same glyph data preserved exactly. WOFF works in every browser back to IE9 and exists primarily for the web.

TTF (TrueType Font)

TTF (TrueType) was developed by Apple in the late 1980s and became the default desktop font format across every major OS. It describes glyphs with quadratic Bézier curves and ships uncompressed, which makes files straightforward to parse but larger than compressed alternatives. Every text-rendering system on the planet accepts TTF.

How It Works

  1. Add your WOFF files Drag WOFF fonts onto the page, or click to pick them from your file browser. Batch uploads are fine.
  2. Convert to TTF The converter reads the WOFF tables and rewraps them in TTF form with appropriate compression.
  3. Runs in your browser Everything happens locally via WebAssembly. Nothing uploads. Font files stay on your device.
  4. Download TTF files Grab each converted file individually, or download the whole batch as a single ZIP.

Features

Supported Formats

FAQ

Will the TTF be the same as the original source?

If the WOFF wrapped a TTF, yes: bit-identical after decompression. If the WOFF wrapped an OTF with PostScript outlines, the resulting TTF may have converted outlines (slightly approximated).

Is this legal?

Depends on the font's license. Web fonts are often licensed for web use only. Check the foundry's license before installing extracted fonts locally or redistributing them.

What is WOFF (Web Open Font Format)?

WOFF (Web Open Font Format) is a 2010 wrapper that zlib-compresses a TTF or OTF for web delivery. Files are roughly 40% smaller than raw TTF/OTF, with the same glyph data preserved exactly. WOFF works in every browser back to IE9 and exists primarily for the web.

What is TTF (TrueType Font)?

TTF (TrueType) was developed by Apple in the late 1980s and became the default desktop font format across every major OS. It describes glyphs with quadratic Bézier curves and ships uncompressed, which makes files straightforward to parse but larger than compressed alternatives. Every text-rendering system on the planet accepts TTF.

Are my files private?

Yes. The converter runs entirely in your browser using WebAssembly. Your font files are never uploaded, never sent to a server, and never leave your device.

Is there a file size limit?

There's no hard limit. Font files are usually small (under a few MB), so even very large fonts process without issue. Variable fonts with many axes are handled cleanly.