forked from adobe-fonts/source-han-sans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSTAT.fea
More file actions
43 lines (33 loc) · 720 Bytes
/
STAT.fea
File metadata and controls
43 lines (33 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
table STAT {
ElidedFallbackName { name "Regular"; };
DesignAxis wght 0 { name "Weight"; };
AxisValue {
location wght 250 250 299;
name "ExtraLight";
};
AxisValue {
location wght 300 300 349;
name "Light";
};
AxisValue {
location wght 350 350 399;
name "Normal";
};
AxisValue {
location wght 400 400 499;
name "Regular";
flag ElidableAxisValueName;
};
AxisValue {
location wght 500 500 650;
name "Medium";
};
AxisValue {
location wght 700 650 800;
name "Bold";
};
AxisValue {
location wght 900 800 900;
name "Heavy";
};
} STAT;