xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/variable_conditionset.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1languagesystem DFLT dflt;
2
3lookup symbols_heavy {
4	sub a by b;
5} symbols_heavy;
6
7conditionset heavy {
8	wght 700 900;
9} heavy;
10
11variation rvrn heavy {
12     lookup symbols_heavy;
13} rvrn;
14