diff --git a/Lib/fontTools/varLib/__init__.py b/Lib/fontTools/varLib/__init__.py index 733af420f..668a323e0 100644 --- a/Lib/fontTools/varLib/__init__.py +++ b/Lib/fontTools/varLib/__init__.py @@ -184,7 +184,7 @@ def _add_stat(font, axes): STAT = font["STAT"] = newTable('STAT') stat = STAT.table = ot.STAT() - stat.Version = 0x00010002 + stat.Version = 0x00010001 axisRecords = [] for i, a in enumerate(fvarTable.axes):