Skip to content

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 30, 2021
2 parents 99c277c + ca78c50 commit f021666
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sarasa-gothic",
"version": "0.20.0",
"version": "0.20.1",
"main": "./run",
"scripts": {
"build": "verda -f verdafile.js",
Expand Down
Binary file modified sources/Inter/Inter-Black.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-BlackItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Bold.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-BoldItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-ExtraBold.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-ExtraBoldItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-ExtraLight.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-ExtraLightItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Italic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Light.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-LightItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Medium.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-MediumItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Regular.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-SemiBold.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-SemiBoldItalic.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-Thin.otf
Binary file not shown.
Binary file modified sources/Inter/Inter-ThinItalic.otf
Binary file not shown.
4 changes: 2 additions & 2 deletions verdafile.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const GroupHintSelf = task.make(
[`-c`, hintParam.full],
[`-h`, `${HintDirPrefix}-${weight}/cache.gz`],
[`--jobs`, jHint],
[...HintParams([...kanjiTtfs, ...pass1Ttfs])]
[...HintParams([...pass1Ttfs, ...kanjiTtfs])]
);
}
);
Expand Down Expand Up @@ -419,7 +419,7 @@ const GroupInstr = task.make(
Chlorophytum,
`instruct`,
[`-c`, hintParam.full],
[...InstrParams(outDir, [...kanjiTtfs, ...pass1Ttfs])]
[...InstrParams(outDir, [...pass1Ttfs, ...kanjiTtfs])]
);
}
);
Expand Down

0 comments on commit f021666

Please sign in to comment.