Skip to content

googlefonts__name__rfn

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

Name table strings must not contain the string 'Reserved Font Name'.

googlefonts/name/rfn

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

Rationale

Some designers adopt the "Reserved Font Name" clause of the OFL license. This means that the original author reserves the rights to the family name and other people can only distribute modified versions using a different family name.

Google Fonts published updates to the fonts in the collection in order to fix issues and/or implement further improvements to the fonts. It is important to keep the family name so that users of the webfonts can benefit from the updates. Since it would forbid such usage scenario, all families in the GFonts collection are required to not adopt the RFN clause.

This check ensures "Reserved Font Name" is not mentioned in the name table.

Proposal

Profiles

  • googlefonts (in section 'Licensing Checks')

Clone this wiki locally