1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-26 14:16:03 +01:00

Adds Medium weights to build.cmd file.

This commit is contained in:
Paul D. Hunt 2023-04-12 11:27:46 +10:00
parent 1a53259d95
commit 6698959aae

View file

@ -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