Convert WOFF2 to TTF

Convert WOFF2 to TTF free in your browser. No upload, no signup, no watermark. Files stay on your device.

privatepowered by wawoff2 (WASM)
woff2ttf

drop a .woff2 file

or click to browse

related

more woff2 & ttf

see all font converters →

guide

how to convert woff2 to ttf

  1. Drop your WOFF2 file

    Drag your WOFF2 file into the drop zone above, or click the box to pick a file from your computer or phone. The browser reads the file directly — nothing uploads.

  2. Click Convert

    The page runs wawoff2 (WASM) on your device to decode the Web Open Font Format 2 and encode it as TrueType Font. Most conversions finish in a few seconds; large or codec-heavy files (RAW, video) can take longer.

  3. Download the TTF file

    When the conversion finishes, the TTF file is ready to download. Save it anywhere on your device.

note: Decodes WOFF2's brotli stream and reverses the per-table transforms (especially glyf/loca) via Google's official woff2 decoder compiled to WASM and embedded inline.

FAQ

common questions

Why convert WOFF2 to TTF?

Two main reasons: (a) you want to install the font on your desktop OS — WOFF2 is web-only, TTF / OTF are the installable formats; (b) you need TTF for a specific tool, game engine, or workflow that doesn't accept WOFF2. WOFF2 is the modern web font; TTF is the universal desktop format. Converting bridges the two.

Will the TTF be much larger than the WOFF2?

Yes — typically 2–3× larger. WOFF2 uses brotli compression plus glyf-table optimisation to achieve roughly 50% reduction vs raw TTF. Unwrapping recovers the source TTF size. A 80 KB WOFF2 commonly becomes a 200 KB TTF. The size jump is the cost of installable / universal compatibility.

Will I lose any font features?

No — WOFF2 is lossless. The brotli compression + glyf transform are reversible; decompression recovers the source TTF bytes exactly. Every glyph, hinting table, kerning pair, OpenType feature, and variable-font axis preserves perfectly. The resulting TTF is identical (or near-identical) to whatever TTF was originally compressed to WOFF2.

Can I install the resulting TTF as a desktop font?

Yes — TTF is the universal desktop font format. Right-click → 'Install' on Windows; double-click in macOS Font Book; copy to ~/.fonts on Linux. Every modern OS handles TTF natively. After install, your design apps (Word, Photoshop, Figma) will see the font in their menus on next launch.

Is converting and re-using a website's WOFF2 legal?

Depends on the font's license. Google Fonts and SIL-licensed fonts are freely usable, including installation. Many commercial fonts are licensed for web embedding only — extracting and installing them as desktop fonts may violate the license. Check the font's specific license before redistributing or installing for desktop use.