Skip to content

googlefonts__canonical_filename

Simon Cozens edited this page May 8, 2025 · 1 revision

Checking file is named canonically.

googlefonts/canonical_filename

  • Applies to: TTF
  • Fontspector can hotfix?: no
  • Fontspector can fix sources?: no

Rationale

A font's filename must be composed as "-.ttf":

  • Nunito-Regular.ttf

  • Oswald-BoldItalic.ttf

Variable fonts must list the axis tags in alphabetical order in square brackets and separated by commas:

  • Roboto[wdth,wght].ttf

  • Familyname-Italic[wght].ttf

Proposal

Profiles

  • googlefonts (in section 'Font File Checks')
Clone this wiki locally