aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/variable_conditionset.fea
blob: 7009c62bdbbde61ec0f10bef38ed280768f564f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
languagesystem DFLT dflt;

lookup symbols_heavy {
	sub a by b;
} symbols_heavy;

conditionset heavy {
	wght 700 900;
} heavy;

variation rvrn heavy {
     lookup symbols_heavy;
} rvrn;