File "/Users/simon/others-repos/fonttools/Lib/fontTools/cffLib/__init__.py", line 1549, in _read
return SubrsIndex(file, isCFF2=isCFF2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/simon/others-repos/fonttools/Lib/fontTools/cffLib/__init__.py", line 878, in __init__
super(GlobalSubrsIndex, self).__init__(file, isCFF2=isCFF2)
File "/Users/simon/others-repos/fonttools/Lib/fontTools/cffLib/__init__.py", line 784, in __init__
assert offSize <= 4, "offSize too large: %s" % offSize
^^^^^^^^^^^^
AssertionError: offSize too large: 7
I'm trying to merge some OTFs to VF because reasons. The first thing that
varLib.mergedoes is convert the default master CFF table to a CFF2. With this font:dies with