🐛 Fix issue with Light weights not building due to aggressive replace

Closes #15
This commit is contained in:
Kiliman
2019-07-25 11:51:37 -04:00
parent eb163921a9
commit 843fa09a7e
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ exit /b
:build_font
set lig=%1
set otf=%lig:Lig=%
set otf=%lig:Lig-=-%
if not exist .\original\%otf%.otf exit /b
if not exist .\ligature\%lig%\charstrings.xml exit /b
+1 -1
View File
@@ -4,7 +4,7 @@ mkdir -p build
build_font() {
lig="$1"
otf=${lig/Lig/}
otf=${lig/Lig-/-}
if [ ! -e "./original/$otf.otf" ]
then