Skip to content

Commit

Permalink
Merge pull request #256 from adobe-fonts/VMetrixPatch
Browse files Browse the repository at this point in the history
Adds Medium weights to `build.cmd` file.
  • Loading branch information
pauldhunt authored Apr 12, 2023
2 parents 1a53259 + 6698959 commit d183de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d183de9

Please sign in to comment.