Skip to content

Commit 0fe7891

Browse files
committed
Switch fonts in config, also freeze italic feature
1 parent 05e6ba2 commit 0fe7891

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sources/config.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ recipe:
2222
- args: -o $out $in fontsetter/Sudo-Italic.fontsetter
2323
exe: gftools-fontsetter
2424
operation: exec
25-
- args: "!ss04 !kern 'zero=>rclt' 'ss20=>rclt'"
25+
- args: "!ss04 !kern 'ital=>rclt'"
2626
operation: remapLayout
2727
- args: --src stat.yaml
2828
needs:
@@ -40,7 +40,7 @@ recipe:
4040
- args: -o $out $in fontsetter/Sudo.fontsetter
4141
exe: gftools-fontsetter
4242
operation: exec
43-
- args: "!ss04 !kern 'zero=>rclt' 'ss20=>rclt'"
43+
- args: "!ss04 !kern !ital"
4444
operation: remapLayout
4545

4646
../fonts/variable/SudoUI-Italic[YTDE,wght].ttf:
@@ -59,6 +59,8 @@ recipe:
5959
- args: -o $out $in fontsetter/SudoUI-Italic.fontsetter
6060
exe: gftools-fontsetter
6161
operation: exec
62+
- args: "'zero=>rclt' 'ss20=>rclt' 'ital=>rclt'"
63+
operation: remapLayout
6264
- args: --src stat.yaml
6365
needs:
6466
- ../fonts/variable/SudoUI[YTDE,wght].ttf
@@ -78,3 +80,5 @@ recipe:
7880
- args: -o $out $in fontsetter/SudoUI.fontsetter
7981
exe: gftools-fontsetter
8082
operation: exec
83+
- args: "'zero=>rclt' 'ss20=>rclt' !ital"
84+
operation: remapLayout

0 commit comments

Comments
 (0)