Convert WOFF2 to TTF, Free
Files convert instantly in your browser. 100% private, any file size, no account needed.
Drop your WOFF2 file here
or click to browse. Any file size.
Conversion runs entirely in your browser. Your file never leaves your device.
How to convert WOFF2 to TTF
WOFF2 is the most compact web font format, using Brotli compression specifically optimized for font data to achieve files 30-50% smaller than WOFF and 50-70% smaller than raw TTF. It is the recommended format for serving fonts on the web. TTF is the native font format for desktop operating systems: Windows, macOS, and Linux all install and use TTF natively. Converting WOFF2 to TTF extracts the compressed font data and saves it in the uncompressed TTF format suitable for installing on a computer or importing into desktop applications. The conversion runs in your browser using WebAssembly.
The typical reason to convert WOFF2 to TTF is when you downloaded a font for web use in WOFF2 format but need to install it on your desktop for use in Photoshop, Figma, InDesign, or other applications that read from the system font folder. Most operating systems do not recognize WOFF2 for installation; they need TTF or OTF. The conversion is lossless: the glyph shapes and metrics are identical in both formats.
Upload your WOFF2 file
Drop a .woff2 font file onto the converter.
No settings required
WOFF2 to TTF is a lossless decompression and format conversion. All font data is preserved exactly.
Convert in-browser
The WebAssembly font library decompresses the Brotli-encoded WOFF2 data and writes the TTF file locally. No upload occurs.
Download and install the TTF
Save the .ttf file. Double-click it on Windows or macOS to install it as a system font.
Frequently asked questions
Why is TTF larger than WOFF2?
WOFF2 uses Brotli compression specifically tuned for font data. TTF stores the font data without compression. The TTF content is identical; only the packaging differs.
Is converting WOFF2 to TTF lossless?
Yes. The font glyph shapes, kerning, hinting, and all metrics are preserved exactly. WOFF2 is a compressed container for the same data that TTF holds uncompressed.
Can I install a WOFF2 directly on my computer without converting?
Typically no. Windows and macOS font installation expects TTF or OTF format. WOFF/WOFF2 are web delivery formats not recognized by the OS font installer.
What is the difference between TTF and OTF?
TTF (TrueType) and OTF (OpenType) are both widely supported desktop font formats. OTF supports more advanced typographic features (OpenType layout features). Both are installed the same way on modern operating systems.
Should I use TTF or WOFF2 for my website?
WOFF2 for websites (smaller, browser-ready). TTF for desktop application use and system font installation. Generate both from your source font for complete coverage.