-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample-stat.yml
58 lines (58 loc) · 1.01 KB
/
sample-stat.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Change this line with your font file name
MyFont-Variable.ttf:
# Describe the different axes contained on your font and the different values/names related to it.
- name: Optical Sze
tag: opsz
values:
- name: Text
value: 12
- name: Display
value: 48
- name: Weight
tag: wght
values:
- name: Thin
value: 100
- name: Light
value: 300
- name: Regular
value: 400
linkedValue: 700
- name: Bold
value: 700
- name: Black
value: 900
- name: Italic
tag: ital
values:
- name: Roman
value: 0
flags: 0x2
# Repeat and adjust for every other font in the family
MyFontItalic-Variable.ttf:
- name: Optical Sze
tag: opsz
values:
- name: Text
value: 12
- name: Display
value: 48
- name: Weight
tag: wght
values:
- name: Thin
value: 100
- name: Light
value: 300
- name: Regular
value: 400
linkedValue: 700
- name: Bold
value: 700
- name: Black
value: 900
- name: Italic
tag: ital
values:
- name: Italic
value: 1