FeelTheFile

Convert TTF to WOFF

Package your TTF or OTF fonts as WOFF (compatible with older browsers), zlib-compressed.

Your files never leave your device

How to convert TTF to WOFF

  1. 1

    Upload the font

    TTF or OTF, one or several.

  2. 2

    Convert

    Each table is zlib-compressed per the WOFF spec.

  3. 3

    Download the WOFF

    Compatible even with old browsers.

Why use this tool

  • Extra compatibility

    WOFF works from IE9 and very old browsers.

  • Lossless

    The packaging keeps every table of the font.

  • Private

    Your fonts never leave your machine.

  • Batch mode

    Several fonts at once with automatic ZIP.

Frequently asked questions

WOFF or WOFF2?

WOFF2 compresses much better and is the current standard: use it unless you must support very old browsers (IE9-IE11), where WOFF fits.

Any quality or glyph loss?

No: WOFF is a lossless compressed container of the same font.

Does it take OTF?

Yes, WOFF accepts OpenType CFF as well as TrueType.

How do I declare it in CSS?

src: url('font.woff') format('woff') inside your @font-face, ideally after the woff2 source.

Related tools