Font Converter
A font converter rewrites a typeface into another font container, most often TTF or OTF into WOFF2 for the web. FileFlip does it in the browser with fonteditor-core, so a licensed typeface is never uploaded anywhere.
Every one of them runs in the browser, on this page, with no upload and no account.
Popular font conversions#
Every font format FileFlip supports#
FileFlip reads 1 of these without writing them, so they work as a source and not as a target.
| Format | What it is | Convert |
|---|---|---|
| ttfTTF | TrueType Font | Convert TTF |
| otfOTF | OpenType Font | Convert OTF |
| woffWOFF | Web Open Font Format | Convert WOFF |
| woff2WOFF2 | Web Open Font Format 2 | Convert WOFF2 |
| eotEOT | Embedded OpenType | Convert EOT |
| svgSVG Font | SVG Font | Convert SVG Font |
How font conversion works here#
Almost every font conversion here is plain JavaScript with nothing to download. WOFF2 is the exception, because its Brotli codec is a 0.7 MB WebAssembly module fetched the first time you read or write one.
The conversion rewrites the container and leaves the outlines alone, so the glyphs are identical afterwards. Licensing is not. Most commercial font licences say exactly what you may convert and where you may host the result, and converting a file does not change what the licence permits.
Every engine, its exact version and its download size are listed on how FileFlip works, along with how to check for yourself that nothing is uploaded.
Other converters#
The conversion index lists the other eight families and the conversions people ask for most in each of them.