mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2025-01-19 15:22:18 +01:00
switch off SVG file handling
This commit is contained in:
parent
6672df7b2e
commit
2d08f0134d
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ call makeotf -f "%~dp0\%1\%2\font.ufo" -r -o "%TARGET_OTF_PATH%\%FAMILY%-%2.otf"
|
|||
call makeotf -f "%~dp0\%1\%2\font.ttf" -r -o "%TARGET_TTF_PATH%\%FAMILY%-%2.ttf"
|
||||
:: remove default options file from the source tree after building
|
||||
del "%~dp0\%1\%2\current.fpr"
|
||||
"%PYTHON_PATH%" "%~dp0\addSVGtable.py" "%TARGET_OTF_PATH%\%FAMILY%-%2.otf" "%~dp0\svg"
|
||||
"%PYTHON_PATH%" "%~dp0\addSVGtable.py" "%TARGET_TTF_PATH%\%FAMILY%-%2.ttf" "%~dp0\svg"
|
||||
:: "%PYTHON_PATH%" "%~dp0\addSVGtable.py" "%TARGET_OTF_PATH%\%FAMILY%-%2.otf" "%~dp0\svg"
|
||||
:: "%PYTHON_PATH%" "%~dp0\addSVGtable.py" "%TARGET_TTF_PATH%\%FAMILY%-%2.ttf" "%~dp0\svg"
|
||||
goto :eof
|
||||
|
||||
:error_makeotf_not_found
|
||||
|
|
Loading…
Reference in a new issue