Convert OTF to TTF
Convert OTF to TTF free in your browser. No upload, no signup, no watermark. Files stay on your device.
drop a .otf file
or click to browse
related
more otf & ttf
see all font converters →guide
how to convert otf to ttf
Drop your OTF file
Drag your OTF file into the drop zone above, or click the box to pick a file from your computer or phone. The browser reads the file directly — nothing uploads.
Click Convert
The page runs opentype.js on your device to decode the OpenType Font and encode it as TrueType Font. Most conversions finish in a few seconds; large or codec-heavy files (RAW, video) can take longer.
Download the TTF file
When the conversion finishes, the TTF file is ready to download. Save it anywhere on your device.
FAQ
common questions
Why convert OTF to TTF?
Two common reasons: (a) a tool or workflow you're using requires TTF specifically — some game engines, embedded systems, older software; (b) standardising a font collection in one format. For most desktop and web use, both formats are equally well-supported and conversion isn't necessary.
Will the font look the same after conversion?
Visually identical at typical sizes. The conversion preserves glyph outlines, kerning, and metrics — just rewraps in TTF's container. The mathematical difference between OTF's CFF (cubic Bézier) outlines and TTF's quadratic outlines is invisible at normal text rendering sizes; sophisticated type designers can occasionally see differences in fine details at very small sizes.
Are all OpenType features preserved?
Yes for most. Ligatures, kerning pairs, stylistic sets, contextual alternates — all transfer because OpenType features are stored in OpenType tables that both OTF and TTF wrappers support. The conversion is essentially a re-wrap; the underlying font data moves intact.
Will the file size change?
Usually slightly larger as TTF — TTF uses quadratic curves which often need more control points than OTF's cubic curves to express the same outline. The size difference is typically modest (5–15%); for most fonts, the converted TTF is within a few KB of the source OTF.
Do desktop apps recognise both formats equally?
Yes — every modern operating system (Windows, macOS, Linux) and every modern application (Word, Photoshop, Figma) handles TTF and OTF natively. Font menus show both seamlessly; switching formats doesn't break anything in your installed font library.