From 51226a6faa4ef6bf5d722a3cf163f4c88a715ffb Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 28 Jun 2018 01:56:32 +0200 Subject: Update timestamp in family name --- typarichive.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'typarichive.py') diff --git a/typarichive.py b/typarichive.py index e62eda5..79ba06b 100644 --- a/typarichive.py +++ b/typarichive.py @@ -34,6 +34,8 @@ shutil.move(filepath, archive_directory) font.close() Glyphs.open(new_font_path) +Glyphs.font.familyName = new_font_name(Glyphs.font.familyName) + # Close font # Copy font file to new file # Move old file to archive -- cgit v1.2.3