About this tool
Inspect a font's glyph coverage, kerning pairs and OpenType feature tables.
The Font Glyph & Kerning Inspector loads a font file from your own machine with the browser's FontFace API and reports, character by character, which of the characters you asked for the font can actually render. You paste the exact string you care about — a headline, a name with diacritics, a currency symbol, a kerning-sensitive pair like AV or To — and it returns a supported-versus-requested count plus the list of characters that resolved, so you can see coverage gaps before the font ships. The font is registered only in your browser session; the file is never uploaded.
Open Font Glyph & Kerning Inspector on AltFTool — it loads instantly in your browser.
Choose a TTF, OTF, WOFF or WOFF2 file with the Local file(s) picker — it is registered through the FontFace API in this tab, never uploaded.
Paste the exact characters you need into the 'Characters, metadata edits, or processing notes' box, or leave it empty to test the default 63-character A-Z, a-z, 0-9 and space set, then press Run local workbench.
The Verified result panel reports how many of the requested characters are supported and lists the font name plus every character that resolved.
Paste your real copy instead of a generic pangram, so the report covers the ligatures, symbols and accents your project actually uses.
The result lists which characters resolved, so a font that covers 60 of 63 tells you precisely which three are missing.
The file is registered through the FontFace API in your session only, which matters for licensed or unreleased fonts you cannot upload to a web service.
It registers your font under a temporary family name and asks the browser, for each unique character in your string, whether that family can render it at 24px. Characters that come back true are listed as covered; the rest are the gap.
A default set of 63 unique characters: A-Z, a-z, 0-9 and a space. That is enough to confirm basic Latin coverage, but paste your own string if you need accents, currency symbols, punctuation or non-Latin scripts checked.
No. It reports glyph coverage from the browser's own font matching, not the GPOS kern pairs or OpenType feature list inside the file. To read raw kerning tables and feature tags you need a font editor such as FontForge or a table-dumping utility.
Whatever the browser's FontFace API accepts — typically TTF, OTF, WOFF and WOFF2. If a file fails to load, the tool reports the error rather than showing a partial result, which usually means the format is unsupported or the file is corrupt.