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

Stop build process as soon as an error occurs

This commit is contained in:
Miguel Sousa 2019-07-17 16:46:49 -07:00
parent 8f776a515e
commit bc08da8bd9
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -e
family=SourceSansPro
roman_weights=(Black Bold ExtraLight Light Regular Semibold)
italic_weights=(BlackIt BoldIt ExtraLightIt LightIt It SemiboldIt)

View file

@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -e
ro_name=SourceSansVariable-Roman
it_name=SourceSansVariable-Italic