sortFontsIntoFamilies(fonts: FontRef[]): FamilyInfo[]
Given a list of fonts, sort them into families by name, unifying feature tags and shared style values and axes. Fonts within each family will be sorted by style values.
fonts: FontRef[]
All input fonts.
FamilyInfo[]
Font families.
Given a list of fonts, sort them into families by name, unifying feature tags and shared style values and axes. Fonts within each family will be sorted by style values.