From a1377187cae5c15e4db5569b57d25aede5f4a1cd Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Fri, 13 Oct 2017 10:25:33 -0700 Subject: [PATCH] Revert "Change fontWeigts variable in `build.sh` to compatible with zsh" This reverts commit c9a8cd11a69366f44edd652c128e47e3fae030f4. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ceb40b5fc2..6181c658d1 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh family=SourceCodePro -romanWeights=('Black' 'Bold' 'ExtraLight' 'Light' 'Medium' 'Regular' 'Semibold') -italicWeights=('BlackIt' 'BoldIt' 'ExtraLightIt' 'LightIt' 'MediumIt' 'It' 'SemiboldIt') +romanWeights='Black Bold ExtraLight Light Medium Regular Semibold' +italicWeights='BlackIt BoldIt ExtraLightIt LightIt MediumIt It SemiboldIt' # path to Python script that adds the SVG table addSVG=$(cd $(dirname "$0") && pwd -P)/addSVGtable.py