en

Font Information

Read a font's metadata locally - family, style, version, units per em, glyph count and more. No upload.

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      Is my file uploaded?

      No. Everything runs in your browser - your file never leaves your device. How this is verifiable

      No upload100% local
      Your content stays with youno third-party access
      Servers in GermanyGDPR by design
      Independently auditedTLS A+ · HTTP headers A+

      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 formatsTTF, OTF, WOFF, WOFF2
      Output formatTXT
      Batch processingYes
      ProcessingLocally in your browser (WebAssembly)
      File uploadNone

      In 3 steps

      1. Drop or tap your font file (TTF, OTF, WOFF or WOFF2).
      2. The tool unpacks and parses it and reads the metadata tables.
      3. 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).

      Related tools