Specialized converter · runs 100% in your browser
WOFF2 to TTF Font Converter
Convert WOFF2 font files to TTF format directly in your browser using a WebAssembly build of woff2. TTF is the format desktop applications and OS font installers expect. The font binary stays on your device throughout.
How to use
- Drop your WOFF2 font file.
- wawoff2 (WebAssembly) decompresses the font in your browser.
- Click Download to save the TTF file.
- Drop it onto your CSS @font-face declaration or font installer.
FAQ
Will font hinting survive the conversion?
Yes. wawoff2 preserves all font tables — glyphs, hinting, kerning, OpenType features. The compression is lossless.
Does my font upload to a server?
No. Conversion runs entirely in your browser using WebAssembly and Web APIs. Open the Network tab in DevTools while you convert — you'll see no outbound traffic carrying your file.
Is this really free?
Yes. No signup, no quota, no upgrade tier. The conversion runs on your machine, so it costs us nothing to host.
Is there a font size limit?
Browser memory is the only ceiling. On a modern desktop browser, a few hundred megabytes works fine. Mobile devices have tighter limits.