Skip to content

Commit

Permalink
update yaml to have " values:" for wdth ( was missing?)
Browse files Browse the repository at this point in the history
  • Loading branch information
EbenSorkin committed Oct 9, 2024
1 parent 402d87e commit 3c1f299
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions sources/config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
sources:
- Merriweather.glyphspackage
- Merriweather-Italic.glyphspackage
axisOrder:
- opsz
- wdth
- wght

familyName: Merriweather
buildStatic: false
buildWebfont: false
buildTTF: false
buildOTF: false
buildSmallCap: true

flattenComponents: False

axisOrder:
- opsz
- wdth
- wght
stat:
Merriweather[wght].ttf:
Merriweather[opsz,wdth,wght].ttf:
- name: Weight
tag: wght
values:
Expand All @@ -43,15 +39,18 @@ stat:
value: 0
linkedValue: 1
flags: 2

- name: Width
tag: wdth
values:
- name: Condensed
value: 87
- name: Normal
value: 100
flags: 2
- name: Wide
value: 112

- name: Optical Size
tag: opsz
values:
Expand All @@ -71,7 +70,8 @@ stat:
value: 72
- name: 144
value: 144
Merriweather-Italic[wght].ttf:

Merriweather-Italic[opsz,wdth,wght].ttf:
- name: Weight
tag: wght
values:
Expand All @@ -96,15 +96,18 @@ stat:
values:
- name: Italic
value: 1

- name: Width
tag: wdth
values:
- name: Condensed
value: 87
- name: Normal
value: 100
flags: 2
- name: Wide
value: 112

- name: Optical Size
tag: opsz
values:
Expand Down

0 comments on commit 3c1f299

Please sign in to comment.