Skip to content

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.

6formats25conversions

Every font format FileFlip supports#

FileFlip reads 1 of these without writing them, so they work as a source and not as a target.

FormatWhat it isConvert
ttfTTFTrueType FontConvert TTF
otfOTFOpenType FontConvert OTF
woffWOFFWeb Open Font FormatConvert WOFF
woff2WOFF2Web Open Font Format 2Convert WOFF2
eotEOTEmbedded OpenTypeConvert EOT
svgSVG FontSVG FontConvert 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.