Skip to content

Commit

Permalink
Fixed font download on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jun 2, 2022
1 parent 279c807 commit 2417682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enu.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2417682

Please sign in to comment.