No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
Every font file carries a wealth of metadata in its internal tables: the family and style name, the version and copyright string, the design grid (units per em), how many glyphs it contains, the vertical metrics (ascent, descent, line gap) and whether it is a variable font with adjustable axes. This information lives in the 'name', 'head', 'maxp', 'OS/2' and related sfnt tables, but no everyday tool shows it plainly. This page reads those tables and writes a clear, readable report.
It works on the common desktop and web formats - TrueType (TTF), OpenType (OTF), WOFF and WOFF2 - because they are all sfnt containers underneath. The WOFF and WOFF2 wrappers are unpacked first, then the font is parsed and its key fields are collected into a single text report you can read, archive or paste into a bug report or licence check. Nothing about the font is changed; the original file is only inspected.
Everything runs entirely locally in your browser (no upload, even offline) - the font, which may be a paid or unreleased typeface, never leaves your device. Honestly framed: this is a metadata reader, not a glyph editor or a validator; it reports what the font declares about itself. A file that is not a recognisable font, or is corrupt, is rejected with a clear message instead of a misleading report.
Specifications
Specifications
Input formats
TTF, OTF, WOFF, WOFF2
Output format
TXT
Batch processing
Yes
Processing
Locally in your browser (WebAssembly)
File upload
None
In 3 steps
Drop or tap your font file (TTF, OTF, WOFF or WOFF2).
The tool unpacks and parses it and reads the metadata tables.
Download the report (several fonts produce several reports).
Limitations:Reads a font's declared metadata - family, subfamily/style, full and PostScript name, version, copyright, units per em, glyph count, vertical metrics, bounding box and variable-font axes - and writes a plain-text report. Works on TTF, OTF, WOFF and WOFF2 (the WOFF wrappers are unpacked first). It is a reader, not an editor or a licence validator; it reports what the font declares. A non-font or corrupt file is rejected with a clear error.
FAQ
Is my font uploaded?
No. The font is unpacked and parsed entirely locally in the browser - even offline. It never leaves your device.
Which formats are supported?
TTF, OTF, WOFF and WOFF2. The WOFF and WOFF2 wrappers are unpacked to the underlying sfnt before the metadata is read.
Does it change my font?
No. The font is only inspected; the original file is left untouched. The output is a separate text report.
Can it tell me if a font is variable?
Yes. The report states whether the font is a variable font and lists its variation axes (such as weight or width).