WOFF2 to TTF Converter

Converting WOFF2 to TTF unwraps the Brotli-compressed web font to produce a standard desktop font file. The extracted TTF works in every OS and design tool. Useful for installing a web font locally or feeding it into production pipelines that don't read WOFF2.

font_download

Drag & drop font files here, or browse

Drop your WOFF2 files here

What changes when you convert WOFF2 to TTF

Lossless extraction. The TTF contains the same glyph data the WOFF2 wrapped, decompressed back to uncompressed form. File size grows to the pre-compression size.

When to use this conversion

  • Installing a web font on your desktop for design work
  • Extracting a font from a website for local editing in Photoshop or Figma
  • Feeding a web font into a game engine or embedded system that requires TTF
  • Archiving web fonts in the universally supported TTF format

Where the output works

TTF runs on every OS, design tool, and embedded system. There's no environment that can read fonts but not TTF.

About these formats

WOFF2 (Web Open Font Format 2)

WOFF2 uses Google's Brotli compression instead of zlib, cutting file size another 30% versus WOFF. It's the current standard for web font delivery, supported in every modern browser since 2017. A typical Latin-only WOFF2 is 20–40% the size of the source TTF.

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 WOFF2 files Drag WOFF2 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 WOFF2 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 match the original source?

If the WOFF2 wrapped a TTF, yes: bit-identical after decompression. If it wrapped an OTF with PostScript outlines, the conversion to TTF may approximate the outlines.

Is extraction legal?

Depends on the license. Web font licenses typically allow embedding in web pages but not local installation or redistribution. Check the foundry's terms first.

What is WOFF2 (Web Open Font Format 2)?

WOFF2 uses Google's Brotli compression instead of zlib, cutting file size another 30% versus WOFF. It's the current standard for web font delivery, supported in every modern browser since 2017. A typical Latin-only WOFF2 is 20–40% the size of the source TTF.

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.