summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-10-08 02:00:31 +0300
committerRasmus Andersson <rasmus@notion.se>2022-10-08 02:00:31 +0300
commit487396be218480eeae021ad80e461b87d0473992 (patch)
treeb695b72f69e0ceb3e19282b217a8f7f7edbf10d4 /misc
parentcb9dd0903964137f48215013a5476315d954989f (diff)
downloadinter-487396be218480eeae021ad80e461b87d0473992.tar.xz
adds Axis Location entries to all glyphspackage masters and removes the UFO patch that was a workaround for missing weight. Related to fontmake/issues/943
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/postprocess-designspace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/tools/postprocess-designspace.py b/misc/tools/postprocess-designspace.py
index f1b68d471..8dae2b571 100644
--- a/misc/tools/postprocess-designspace.py
+++ b/misc/tools/postprocess-designspace.py
@@ -77,7 +77,6 @@ def update_source_ufo(ufo_file, weight, glyphs_to_decompose):
ufo = defcon.Font(ufo_file)
update_version(ufo)
set_ufo_filter(ufo, name="decomposeComponents", include=glyphs_to_decompose)
- ufo.info.openTypeOS2WeightClass = int(weight)
ufo.save(ufo_file)
def update_sources(designspace):