Convert WOFF2 to TTF
Convert WOFF2 to TTF so you can install the typeface on your machine and use it in design software. Free, in your browser, no upload.
Overview
Why convert WOFF2 to TTF
Operating systems will not install a web font. If you need this typeface in Figma, Illustrator, Word or anywhere outside a browser, it has to be TTF or OTF first. WOFF2 is Brotli-compressed with a font-specific pre-transform. Unwrapping it recovers the original font byte-for-byte — nothing was lost going in.
Comparison
WOFF2 vs TTF: what actually differs
| Attribute | WOFF2 | TTF |
|---|---|---|
| Full name | Web Open Font Format 2 | TrueType Font |
| Encoding | Binary | Binary |
| What it preserves | Lossless — the original font is recoverable byte-for-byte | Full outlines, hinting and metadata |
| Typical size | Smallest of the four — roughly half the equivalent TTF | Uncompressed — the largest of the four font containers |
| Support | Every browser since 2018 (Chrome 36, Firefox 39, Safari 12, Edge 14). | Installs on Windows, macOS, Linux, iOS and Android. |
How to
How to convert WOFF2 to TTF
- 01
Drop your WOFF2 file
Drag one or more WOFF2 files onto the drop zone above, or click to browse. Files stay on your device — there is no upload step.
- 02
Convert to TTF
convert.now parses the WOFF2 and writes it out as TTF in a Web Worker, so the page stays responsive even on large files. Nothing is sent anywhere.
- 03
Download the result
Download the TTF file, or a zip of all of them for a batch. Filenames are preserved, with the extension changed to .ttf.
Why here
Why convert.now
- Private
Files stay in your browser. No upload step. Nothing for anyone to see.
- Fast
No queue, no upload wait. Conversion starts the moment you drop a file.
- Free
No ads. No file-count limit. No sign-up wall. Just the converter.
FAQ
WOFF2 to TTF: common questions
More
Related WOFF2 converters
Last updated