Changed paths:
M Lib/fontTools/ttLib/tables/_g_v_a_r.py
Log Message:
-----------
Read numbered gvar axes from the axisCount element
Deciding the no-fvar form from whether fvar is loaded made reading a gvar
depend on the order the tables are deserialized in: a TTX whose gvar precedes
its fvar fed "wght" to safeEval and died with a ValueError. Follow the
<axisCount> element instead, which only the no-fvar form writes.