Convert WOFF to TTF

Convert WOFF 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 WOFF 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. WOFF is a zlib-wrapped SFNT from the pre-2018 web. The wrapper is lossless, so the original font comes back out unchanged.

Comparison

WOFF vs TTF: what actually differs

WOFF compared with TTF across encoding, fidelity, file size and support.
AttributeWOFFTTF
Full nameWeb Open Font FormatTrueType Font
EncodingBinaryBinary
What it preservesLossless — the original font is recoverable byte-for-byteFull outlines, hinting and metadata
Typical sizeRoughly 40% smaller than the equivalent TTFUncompressed — the largest of the four font containers
SupportEvery browser since IE9. Not installable as a desktop font.Installs on Windows, macOS, Linux, iOS and Android.

How to

How to convert WOFF to TTF

  1. 01

    Drop your WOFF file

    Drag one or more WOFF files onto the drop zone above, or click to browse. Files stay on your device — there is no upload step.

  2. 02

    Convert to TTF

    convert.now parses the WOFF and writes it out as TTF in a Web Worker, so the page stays responsive even on large files. Nothing is sent anywhere.

  3. 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

WOFF to TTF: common questions

No. The WOFF to TTF conversion runs entirely in your browser. Files never leave your device, and there is no server involved in the conversion at all. Open DevTools' Network tab and run a conversion if you want to confirm it — you will see the page and its code load, and no request carrying your file.

More

Related WOFF converters

Last updated