Skip to content

Commit 1c1741c

Browse files
committed
Attempt to fix CI build
1 parent 746893b commit 1c1741c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sources/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ recipe:
4040
args: ../fonts/webfonts/Zalando[wdth,wght,slnt].ttf --flavor=woff2 --output-file=../fonts/webfonts/Zalando[wdth,wght,slnt].woff2 --glyphs=* --layout-features+=tnum --hinting --no-glyph-names
4141
# Creating an Expanded VF and splitting the slant axis
4242
../fonts/variable/ZalandoExpanded-Italic[wght].ttf:
43-
- source: ../fonts/variable_zalando/Zalando[wdth,wght,slnt].ttf
43+
- source: ../fonts/variable/Zalando[wdth,wght,slnt].ttf
4444
- operation: subspace
4545
axes: wdth=125 slnt=-10
4646
args: --update-name-table
@@ -51,7 +51,7 @@ recipe:
5151
exe: gftools gen-stat
5252
args: ../fonts/variable/ZalandoExpanded-Italic[wght].ttf --src stat-1axis.yaml --inplace
5353
../fonts/variable/ZalandoExpanded[wght].ttf:
54-
- source: ../fonts/variable_zalando/Zalando[wdth,wght,slnt].ttf
54+
- source: ../fonts/variable/Zalando[wdth,wght,slnt].ttf
5555
- operation: subspace
5656
axes: wdth=125 slnt=0
5757
args: --update-name-table
@@ -63,7 +63,7 @@ recipe:
6363
args: ../fonts/variable/ZalandoExpanded[wght].ttf --src stat-1axis.yaml --inplace
6464
# Creating an SemiExpanded VF and splitting the slant axis
6565
../fonts/variable/ZalandoSemiExpanded-Italic[wght].ttf:
66-
- source: ../fonts/variable_zalando/Zalando[wdth,wght,slnt].ttf
66+
- source: ../fonts/variable/Zalando[wdth,wght,slnt].ttf
6767
- operation: subspace
6868
axes: wdth=112.5 slnt=-10
6969
args: --update-name-table
@@ -74,7 +74,7 @@ recipe:
7474
exe: gftools gen-stat
7575
args: ../fonts/variable/ZalandoSemiExpanded-Italic[wght].ttf --src stat-1axis.yaml --inplace
7676
../fonts/variable/ZalandoSemiExpanded[wght].ttf:
77-
- source: ../fonts/variable_zalando/Zalando[wdth,wght,slnt].ttf
77+
- source: ../fonts/variable/Zalando[wdth,wght,slnt].ttf
7878
- operation: subspace
7979
axes: wdth=112.5 slnt=0
8080
args: --update-name-table

0 commit comments

Comments
 (0)