修订版 | 72a9cd79b2f0b599cb367a4e11bfef2294f8ad81 (tree) |
---|---|
时间 | 2022-08-01 03:32:42 |
作者 | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I now download the latest version of the fira fonts.
@@ -20,7 +20,7 @@ | ||
20 | 20 | |
21 | 21 | wget -O fonts.zip "https://fonts.google.com/download?family=Roboto|Noto%20Sans|Open%20Sans|Roboto%20Condensed|Source%20Sans%20Pro|Raleway|Merriweather|Roboto%20Slab|PT%20Sans|Open%20Sans%20Condensed|Droid%20Sans|Droid%20Serif|Fira%20Sans|Fira%20Sans%20Condensed|Fira%20Sans%20Extra%20Condensed|Fira%20Mono" |
22 | 22 | |
23 | -wget -O firacode.zip "https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.zip" | |
23 | +wget -O firacode.zip "https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip" | |
24 | 24 | |
25 | 25 | if [[ $? -ne 0 ]]; then |
26 | 26 | echo "Downloading failed , exiting" |