Convert Fonts to Any Format

Convert fonts free online. Change TTF, OTF, WOFF, WOFF2, EOT, SVG formats instantly. 21 formats, professional quality, no registration.

Convert Fonts to Any Format

21 font formats. Professional quality with full Unicode and glyph support.

Drop your font files here

or click to browse files

Supports all font formats • Multiple files • no fixed limit (practical limits depend on the tool, file size and device)
21 Formats Supported
100% Quality
Unicode Full Support

How much smaller each format is

We converted one real typeface into every format we can measure end to end, and checked that no glyphs were lost along the way.

Source: Akrobat ExtraBold, 70.4 KB TrueType, 485 glyphs covering 432 characters. Converted with fontTools 4.63.

FormatTypeOutput sizevs sourceGlyphsBest forNotes
WOFF2Web23 KB33%485 keptModern websitesBrotli compressed, the current standard
WOFFWeb32.5 KB46%485 keptOlder browser supportzlib compressed, universal fallback
OTFDesktop45.7 KB65%485 keptDesign and print workCFF outlines, richer typography
TTFDesktop70.4 KB100%485 keptInstalling on any systemUncompressed, the usual source
EOTWeb70.5 KB100%n/aInternet Explorer 8 and olderA wrapped TTF, so no size saving
SVGWeb111.7 KB159%n/aLegacy Safari onlyLarger than the source, removed from browsers
AFMMetrics12.2 KB17%n/aTypesetting systemsSpacing data only, contains no outlines
  • WOFF2 is the clear winner for the web at 23 KB, 33% of the original, with all 485 glyphs intact. WOFF saved less at 46% because it uses zlib rather than Brotli, but it is still worth shipping as a fallback.
  • Converting to OTF rebuilt the outlines in the CFF format and came out at 65% of the TrueType source, which is why OpenType files from a foundry are often smaller than the TrueType equivalent.
  • Two of the old web formats are worth avoiding. EOT is a TrueType font behind a small header, so it saves nothing at 100%, and SVG fonts came out at 159%, larger than the source, in a format browsers no longer support.
  • AFM is not a font at all. At 12.2 KB it holds only spacing data and no outlines, so it belongs beside a font file rather than replacing one.

What runs in your browser

TTF, OTF and WOFF are converted on your device, so those files never leave your computer. WOFF2 uses Brotli compression, which browsers cannot yet produce for fonts, so it is handled on our servers along with the specialist formats.

The other formats on this page, including the Type 1, Mac suitcase and type-design source formats, are converted on our servers with FontForge. They are container and source formats whose size depends on what is packed inside them, so a single comparison figure would be misleading.

Supported Font Formats

Convert between 21 font formats, from desktop and web fonts to specialist print formats

Desktop Fonts

TTF

TrueType, the most widely supported desktop font.

Best for installing on Windows, macOS and Linux.

Works everywhere, but too large to serve on the web.

OTF

OpenType, built on TrueType with richer typography.

Best for professional design work and advanced features.

Supports ligatures, small caps and alternate glyphs.

DFONT

Apple's datafork font suitcase format.

Best for older macOS systems.

Convert to TTF or OTF for anything current.

CFF

Compact Font Format, the PostScript outlines inside OTF.

Best as a building block rather than a delivered font.

Usually wrapped in OTF rather than used directly.

CID

CID-keyed fonts, built for large character sets.

Best for Chinese, Japanese and Korean typefaces.

Handles tens of thousands of glyphs.

SFD

FontForge's own editable source format.

Best for editing a typeface you are still designing.

A working file, not something to ship.

UFO

Unified Font Object, an open source format for type design.

Best for collaborative type design work.

A folder of XML files rather than a single binary.

Web Fonts

WOFF

Web Open Font Format, a compressed font for browsers.

Best for web pages that must support older browsers.

Roughly half the size of the TTF it came from.

WOFF2

The current web font standard, compressed with Brotli.

Best for any modern website.

The smallest of the lot: a third of the original in our test.

EOT

Embedded OpenType, Microsoft's old web font format.

Best only for Internet Explorer 8 and earlier.

Obsolete; use WOFF2 with a WOFF fallback.

SVG

Fonts described as SVG vector outlines.

Best for legacy Safari and some SVG workflows.

Removed from browsers, and larger than the source font.

Specialized Formats

PFB

PostScript Type 1, binary form.

Best for legacy print workflows.

Retired by Adobe; convert to OTF.

PFA

PostScript Type 1, ASCII form.

Best for old Unix and print systems.

The plain-text sibling of PFB.

PFM

Printer Font Metrics, the Windows companion to PFB.

Best kept alongside its matching PFB file.

Holds spacing data, not outlines.

AFM

Adobe Font Metrics, a plain-text metrics file.

Best for typesetting systems that need spacing data.

Contains no outlines at all.

BIN

A MacBinary-wrapped font resource.

Best for unpacking fonts from old Mac downloads.

Unwrap it before converting.

SUIT

The classic Mac font suitcase.

Best for recovering fonts from old Mac archives.

A container that usually holds bitmap and Type 1 data.

PS

A PostScript font program.

Best for legacy print pipelines.

Convert to OTF for modern use.

PT3

A PageMaker Type 3 font.

Best for opening very old DTP documents.

Long obsolete.

T11

A Type 11 CJK font.

Best for legacy East Asian printing.

Convert to OTF or TTF.

T42

Type 42, a TrueType font wrapped for PostScript printers.

Best for sending TrueType outlines to a PostScript RIP.

A print transport format.

References

  1. WOFF File Format 2.0 - W3C Recommendation
  2. WOFF File Format 1.0 - W3C Recommendation
  3. OpenType Specification - Microsoft Learn
  4. TrueType Reference Manual - Apple Developer
  5. fontTools documentation
  6. @font-face - MDN Web Docs, Mozilla
  7. RFC 1950: ZLIB Compressed Data Format Specification - RFC Editor
  8. RFC 7932: Brotli Compressed Data Format - RFC Editor