From b966f9c96b38589bb3bce05e240637b125e77c7f Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 26 Sep 2018 19:19:24 -0700 Subject: fontbuild: Strip com.schriftgestaltung.Glyphs.lastChange from generated UFO masters --- misc/fontbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/fontbuild') diff --git a/misc/fontbuild b/misc/fontbuild index 2bb13b679..754b3ee80 100755 --- a/misc/fontbuild +++ b/misc/fontbuild @@ -502,6 +502,7 @@ class Main(object): # clear anchors for g in source.font: g.clearAnchors() + del g.lib['com.schriftgestaltung.Glyphs.lastChange'] # write UFO file source.path = ufo_path -- cgit v1.2.3