diff --git a/package.json b/package.json index 0270e217c..1df6b70a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sarasa-gothic", - "version": "0.20.0", + "version": "0.20.1", "main": "./run", "scripts": { "build": "verda -f verdafile.js", diff --git a/sources/Inter/Inter-Black.otf b/sources/Inter/Inter-Black.otf index 8394a9f92..d54990d8a 100644 Binary files a/sources/Inter/Inter-Black.otf and b/sources/Inter/Inter-Black.otf differ diff --git a/sources/Inter/Inter-BlackItalic.otf b/sources/Inter/Inter-BlackItalic.otf index b24c8cac2..1473563bd 100644 Binary files a/sources/Inter/Inter-BlackItalic.otf and b/sources/Inter/Inter-BlackItalic.otf differ diff --git a/sources/Inter/Inter-Bold.otf b/sources/Inter/Inter-Bold.otf index ed9019a5a..cc5cf2b42 100644 Binary files a/sources/Inter/Inter-Bold.otf and b/sources/Inter/Inter-Bold.otf differ diff --git a/sources/Inter/Inter-BoldItalic.otf b/sources/Inter/Inter-BoldItalic.otf index be8a3d3c9..bd61647c7 100644 Binary files a/sources/Inter/Inter-BoldItalic.otf and b/sources/Inter/Inter-BoldItalic.otf differ diff --git a/sources/Inter/Inter-ExtraBold.otf b/sources/Inter/Inter-ExtraBold.otf index e96535fe2..c6c205153 100644 Binary files a/sources/Inter/Inter-ExtraBold.otf and b/sources/Inter/Inter-ExtraBold.otf differ diff --git a/sources/Inter/Inter-ExtraBoldItalic.otf b/sources/Inter/Inter-ExtraBoldItalic.otf index 3b196c8e4..3f7171b71 100644 Binary files a/sources/Inter/Inter-ExtraBoldItalic.otf and b/sources/Inter/Inter-ExtraBoldItalic.otf differ diff --git a/sources/Inter/Inter-ExtraLight.otf b/sources/Inter/Inter-ExtraLight.otf index 677bce036..0e5d87db0 100644 Binary files a/sources/Inter/Inter-ExtraLight.otf and b/sources/Inter/Inter-ExtraLight.otf differ diff --git a/sources/Inter/Inter-ExtraLightItalic.otf b/sources/Inter/Inter-ExtraLightItalic.otf index 00512ba65..cc04eaca8 100644 Binary files a/sources/Inter/Inter-ExtraLightItalic.otf and b/sources/Inter/Inter-ExtraLightItalic.otf differ diff --git a/sources/Inter/Inter-Italic.otf b/sources/Inter/Inter-Italic.otf index 12319b075..b8095d620 100644 Binary files a/sources/Inter/Inter-Italic.otf and b/sources/Inter/Inter-Italic.otf differ diff --git a/sources/Inter/Inter-Light.otf b/sources/Inter/Inter-Light.otf index 95c69f844..0aa3116ff 100644 Binary files a/sources/Inter/Inter-Light.otf and b/sources/Inter/Inter-Light.otf differ diff --git a/sources/Inter/Inter-LightItalic.otf b/sources/Inter/Inter-LightItalic.otf index 8dee08c86..e65dd4dfe 100644 Binary files a/sources/Inter/Inter-LightItalic.otf and b/sources/Inter/Inter-LightItalic.otf differ diff --git a/sources/Inter/Inter-Medium.otf b/sources/Inter/Inter-Medium.otf index 01b0b4ae6..b4a50eac9 100644 Binary files a/sources/Inter/Inter-Medium.otf and b/sources/Inter/Inter-Medium.otf differ diff --git a/sources/Inter/Inter-MediumItalic.otf b/sources/Inter/Inter-MediumItalic.otf index abd98779d..4fab64a84 100644 Binary files a/sources/Inter/Inter-MediumItalic.otf and b/sources/Inter/Inter-MediumItalic.otf differ diff --git a/sources/Inter/Inter-Regular.otf b/sources/Inter/Inter-Regular.otf index e94fa4541..847290285 100644 Binary files a/sources/Inter/Inter-Regular.otf and b/sources/Inter/Inter-Regular.otf differ diff --git a/sources/Inter/Inter-SemiBold.otf b/sources/Inter/Inter-SemiBold.otf index 23294024c..08497fc89 100644 Binary files a/sources/Inter/Inter-SemiBold.otf and b/sources/Inter/Inter-SemiBold.otf differ diff --git a/sources/Inter/Inter-SemiBoldItalic.otf b/sources/Inter/Inter-SemiBoldItalic.otf index 2137d6533..f52e2916e 100644 Binary files a/sources/Inter/Inter-SemiBoldItalic.otf and b/sources/Inter/Inter-SemiBoldItalic.otf differ diff --git a/sources/Inter/Inter-Thin.otf b/sources/Inter/Inter-Thin.otf index 0aac1a9cc..acbcb3109 100644 Binary files a/sources/Inter/Inter-Thin.otf and b/sources/Inter/Inter-Thin.otf differ diff --git a/sources/Inter/Inter-ThinItalic.otf b/sources/Inter/Inter-ThinItalic.otf index f6e240a65..4c6b750d5 100644 Binary files a/sources/Inter/Inter-ThinItalic.otf and b/sources/Inter/Inter-ThinItalic.otf differ diff --git a/verdafile.js b/verdafile.js index 7c4c337cf..3e3d13522 100644 --- a/verdafile.js +++ b/verdafile.js @@ -387,7 +387,7 @@ const GroupHintSelf = task.make( [`-c`, hintParam.full], [`-h`, `${HintDirPrefix}-${weight}/cache.gz`], [`--jobs`, jHint], - [...HintParams([...kanjiTtfs, ...pass1Ttfs])] + [...HintParams([...pass1Ttfs, ...kanjiTtfs])] ); } ); @@ -419,7 +419,7 @@ const GroupInstr = task.make( Chlorophytum, `instruct`, [`-c`, hintParam.full], - [...InstrParams(outDir, [...kanjiTtfs, ...pass1Ttfs])] + [...InstrParams(outDir, [...pass1Ttfs, ...kanjiTtfs])] ); } );