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:
parent
1a53259d95
commit
6698959aae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue