From 6698959aae01a0cf9e28e7bc5be97d313015b664 Mon Sep 17 00:00:00 2001 From: "Paul D. Hunt" Date: Wed, 12 Apr 2023 11:27:46 +1000 Subject: [PATCH] Adds Medium weights to `build.cmd` file. --- build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cmd b/build.cmd index 8b84b635b3..c810ef42c0 100644 --- a/build.cmd +++ b/build.cmd @@ -2,8 +2,8 @@ setlocal set FAMILY=SourceSans3 -set UPRIGHT_WEIGHTS=Black Bold ExtraLight Light Regular Semibold -set ITALIC_WEIGHTS=BlackIt BoldIt ExtraLightIt LightIt It SemiboldIt +set UPRIGHT_WEIGHTS=Black Bold ExtraLight Light Medium Regular Semibold +set ITALIC_WEIGHTS=BlackIt BoldIt ExtraLightIt LightIt MediumIt It SemiboldIt :: find makeotf for /f %%a in ('where makeotf') do set MAKEOTF_PATH=%%a