File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ recipe:
22
22
- args : -o $out $in fontsetter/Sudo-Italic.fontsetter
23
23
exe : gftools-fontsetter
24
24
operation : exec
25
- - args : " !ss04 !kern 'zero=>rclt' 'ss20 =>rclt'"
25
+ - args : " !ss04 !kern 'ital =>rclt'"
26
26
operation : remapLayout
27
27
- args : --src stat.yaml
28
28
needs :
@@ -40,7 +40,7 @@ recipe:
40
40
- args : -o $out $in fontsetter/Sudo.fontsetter
41
41
exe : gftools-fontsetter
42
42
operation : exec
43
- - args : " !ss04 !kern 'zero=>rclt' 'ss20=>rclt' "
43
+ - args : " !ss04 !kern !ital "
44
44
operation : remapLayout
45
45
46
46
../fonts/variable/SudoUI-Italic[YTDE,wght].ttf :
@@ -59,6 +59,8 @@ recipe:
59
59
- args : -o $out $in fontsetter/SudoUI-Italic.fontsetter
60
60
exe : gftools-fontsetter
61
61
operation : exec
62
+ - args : " 'zero=>rclt' 'ss20=>rclt' 'ital=>rclt'"
63
+ operation : remapLayout
62
64
- args : --src stat.yaml
63
65
needs :
64
66
- ../fonts/variable/SudoUI[YTDE,wght].ttf
@@ -78,3 +80,5 @@ recipe:
78
80
- args : -o $out $in fontsetter/SudoUI.fontsetter
79
81
exe : gftools-fontsetter
80
82
operation : exec
83
+ - args : " 'zero=>rclt' 'ss20=>rclt' !ital"
84
+ operation : remapLayout
You can’t perform that action at this time.
0 commit comments