all tools

Font tools 4

Convert, subset, inspect and preview font files in your browser using opentype.js. Subsetting cuts a font down to the characters you use, which is the usual way to make a web font smaller. Each tool says what it keeps and what it drops.

Questions

What can I do with a font here?

Convert between formats, subset it to a set of characters, inspect its tables and metadata, and preview it. All four run through opentype.js in the page, so a licensed font is never uploaded.

What does subsetting drop?

Everything outside the glyphs you keep. The output is built from a glyph list, so kerning pairs and ligatures do not survive, and the file is written as CFF .otf. The tool page states both, because a subset font that silently loses kerning looks like a rendering bug later.

Can I convert a font I licensed?

Technically yes, and whether you are allowed to is a question for your licence, not for this tool. Many licences restrict modification and conversion. Nothing here transmits the font anywhere.

Why is the output always .otf?

Because this build of opentype.js writes CFF outlines only. A TrueType glyf table is not produced. The pages say so rather than letting you find out in a browser that renders nothing.