Blog
Wild & Free Tools

Inspecting Variable Font Metadata Online

Last updated: March 2026 5 min read
Quick Answer

Table of Contents

  1. Standard Metadata in Variable Fonts
  2. What a Variable Font Axis Explorer Shows
  3. Checking a Variable Font's License
  4. Identifying Variable Font Files
  5. Frequently Asked Questions

Variable fonts — OpenType Font Variations, introduced in 2016 — pack an entire type family into a single font file. Where you previously needed separate files for Regular, Bold, Light, and Italic, a variable font file contains the full design space and lets you dial in any point between them.

From a metadata standpoint, variable fonts are still OpenType files. They contain the same name table, OS/2 table, and other metadata tables as static fonts — plus additional tables for the variation axes. A metadata viewer can read the standard embedded fields from a variable font file just as readily as from a regular TTF or OTF.

What Standard Metadata a Variable Font Contains

Variable font files embed the same standard metadata fields as static fonts:

You can inspect all of these fields by dropping a variable font file (which may have a .ttf extension despite being a variable font) into the WildandFree Font Metadata Viewer.

What This Tool Doesn't Show: Variable Axes

Variable fonts contain an additional table — the fvar (Font Variations) table — that defines the design axes. Common axes include:

The metadata viewer surfaces the standard name table and OS/2 fields. The fvar axis data — the specific axis tags, names, min/max/default values — isn't displayed by this tool. For exploring variable axes interactively, dedicated tools like the Google Fonts variable font demo interface or Wakamai Fondue show you the full axis space and let you scrub through variations.

Sell Custom Apparel — We Handle Printing & Free Shipping

Using the Viewer for Variable Font License Checks

The most practically useful thing the metadata viewer tells you about a variable font is its licensing situation. Variable fonts are still subject to exactly the same licensing rules as static fonts.

Google Fonts variable fonts (like Inter, Roboto Flex, Source Serif 4) are all OFL-licensed and have fsType 0 — fully embeddable everywhere. Variable fonts from commercial foundries may carry more restrictive licensing, and some foundries charge extra for variable font access even within the same family.

Drop the file to check: does the license text mention variable font use? What is the fsType value? Is there a separate license URL covering variable-specific terms?

How to Tell If a Font File Is Variable

Variable font files typically use the .ttf extension (less commonly .otf for CFF2-based variable fonts). The filename often includes "Variable," "VF," or axis range information (e.g., "Inter-VariableFont_wght.ttf," "Roboto[wght].ttf").

When you open a variable font in the metadata viewer, the family name field often includes "Variable" as part of the official name. The glyph count may be higher than a comparable static font because variable fonts include additional glyph data for the interpolation masters.

If you're unsure whether a file is variable, the fonttools CLI can confirm it: python3 -c "from fontTools.ttLib import TTFont; f = TTFont('font.ttf'); print('fvar' in f)" returns True for variable fonts.

Inspect Any Variable Font File

Drop a variable font TTF to view its family name, designer, license, embedding rights, glyph count, and unicode ranges — processed locally in your browser.

Open Font Metadata Viewer

Frequently Asked Questions

Can I inspect a variable font with the metadata viewer?

Yes. Variable fonts are OpenType files and contain all the standard name table and OS/2 metadata. The viewer reads family name, designer, version, license, fsType, glyph count, and unicode ranges from variable fonts just as it does from static fonts.

Does the viewer show variable font axes?

No. The fvar axis data (axis tags, min/max/default values) isn't displayed. The viewer covers the standard metadata fields. For axis exploration, use a dedicated variable font previewer or fonttools on the command line.

Are variable fonts subject to the same licensing as static fonts?

Yes. Variable fonts are licensed under the same frameworks — OFL, Apache, proprietary desktop, web font. Check the license text and fsType flag the same way you would for any font. Some commercial foundries charge extra for variable font access; check the foundry's terms.

Maya Johnson
Maya Johnson Typography & Font Writer

Maya worked as a brand designer for eight years specializing in typography and visual identity for consumer brands.

More articles by Maya →
Launch Your Own Clothing Brand — No Inventory, No Risk