Web Font Converter

Convert WOFF2 to TTF

10 / 10

Turn a web font back into a desktop file you can install — WOFF2 (or WOFF) in, TTF out, glyphs and hinting untouched.

Drop font files here or click to browse
TTF OTF WOFF WOFF2 EOT
Controls how fonts are displayed during loading
Add files to start conversion

Why convert back to TTF

Design tools and operating systems cannot install WOFF2 — it is a web-only container. If you have a family’s web files and need them in Figma, Photoshop, Word or on a print job, unwrapping to TTF gives you an installable font with the original outlines and hinting.

Licensing matters here

Web fonts served from a site are still someone’s intellectual property. Convert to TTF only for fonts you own or that carry an open license (OFL, Apache, MIT, CC). The Fonts Library shows the license for every family, and its family download already includes desktop TTF/OTF files — often the easier route.

CFF fonts come out as OTF

If the WOFF2 wraps PostScript (CFF) outlines, the natural desktop format is OTF, not TTF. The converter preserves the outline type; choose TTF for TrueType-based fonts and use the family download for CFF-based ones.

WOFF2 to TTF — questions

Yes for TrueType-outlined fonts — the TTF contains the identical tables that were inside the WOFF2.

Yes, a TTF produced this way installs like any other font. Variable fonts stay variable.

How the Font Converter Works

Upload your desktop fonts and get web-ready files in seconds. Our converter handles all the heavy lifting — subsetting, compression, and format generation — so your fonts load fast on every browser.

Supported Formats

Convert between TrueType (TTF), OpenType (OTF), WOFF, and WOFF2. WOFF2 offers the best compression for the web — up to 30% smaller than WOFF — and is supported by all modern browsers.

Batch Processing

Upload up to 10 font files at once and convert them all in a single run. Each file is processed server-side and packaged into a ready-to-use ZIP with your chosen formats.

Generated CSS & Preview

The converter generates @font-face CSS declarations with the correct font-display strategy. An HTML preview page is included so you can verify rendering before deploying.

Privacy First

Uploaded files are processed on the server and automatically deleted after conversion. Nothing is stored permanently — your fonts stay yours.

Frequently Asked Questions

WOFF2 uses Brotli compression, which produces files about 30% smaller than WOFF (which uses zlib). Both are web font formats, but WOFF2 is recommended for modern browsers due to better compression and faster loading. WOFF remains useful as a fallback for older browsers.

Yes. The converter handles direct conversion from any supported input format (TTF, OTF, WOFF, WOFF2) to any output format. No intermediate steps are needed — just upload and select your target format.

The font-display CSS descriptor controls how a font is displayed while it is loading. The "swap" option (recommended) shows a fallback font immediately, then swaps to the web font once loaded. This avoids invisible text during page load and improves Core Web Vitals.

Each individual file can be up to 10 MB, and you can upload up to 10 files per batch. This covers virtually all desktop and web font files, including large variable fonts.

For most modern websites, WOFF2 alone is sufficient — it is supported by over 97% of browsers globally. Add WOFF as a fallback if you need to support older browsers. TTF and EOT are rarely needed today unless targeting very old systems.