Changed paths:
M Lib/fontTools/varLib/instancer/__init__.py
M Tests/varLib/instancer/instancer_test.py
Log Message:
-----------
[instancer] Don't crash on CFF2 fonts without a VariationStore
topDict.VarStore was accessed before the no-VarStore early-out could
run, raising AttributeError for any font pairing a static CFF2 table
with fvar (variations coming from HVAR etc.).