Fixed font download on windows

This commit is contained in:
Scott Wadden 2022-06-02 04:55:55 -03:00
parent 279c80710e
commit 24176829bb
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ proc download_fonts =
cp_file "SF-Pro-Display-BoldItalic.otf", dest / "display-bold-italic.otf"
else:
exec "curl -OJL 'https://fonts.google.com/download?family=Roboto'"
exec "curl -OJL 'https://fonts.google.com/download?family=Roboto%20Mono'"
exec "curl -OJL \"https://fonts.google.com/download?family=Roboto\""
exec "curl -OJL \"https://fonts.google.com/download?family=Roboto%20Mono\""
exec "unzip Roboto.zip"
exec "unzip -o Roboto_Mono.zip"