From eaca739bd470ba707db4dd8aa0d6c27652c7be9a Mon Sep 17 00:00:00 2001 From: "B. Kelly" Date: Fri, 13 Mar 2020 18:15:09 -0400 Subject: [PATCH] Update 'Family' SFNT entry. Thanks to @sirgu for the fix. Fixes #75 --- ligaturize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ligaturize.py b/ligaturize.py index 73922a2..a603c4f 100644 --- a/ligaturize.py +++ b/ligaturize.py @@ -246,6 +246,7 @@ def update_font_metadata(font, new_name): replace_sfnt(font, 'UniqueID', '%s; Ligaturized' % font.fullname) replace_sfnt(font, 'Preferred Family', new_name) replace_sfnt(font, 'Compatible Full', new_name) + replace_sfnt(font, 'Family', new_name) replace_sfnt(font, 'WWS Family', new_name) def ligaturize_font(input_font_file, output_dir, ligature_font_file,