1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-08-15 05:20:40 +03:00

Revert "Change fontWeigts variable in build.sh to compatible with zsh"

This reverts commit c9a8cd11a6.
This commit is contained in:
Miguel Sousa 2017-10-13 10:25:33 -07:00
parent e672095ae9
commit a1377187ca

View File

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