• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版72a9cd79b2f0b599cb367a4e11bfef2294f8ad81 (tree)
时间2022-08-01 03:32:42
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I now download the latest version of the fira fonts.

更改概述

差异

diff -r ef73078afcf5 -r 72a9cd79b2f0 Bash-scripts/setup_fira_fonts.sh
--- a/Bash-scripts/setup_fira_fonts.sh Sun Jul 31 20:03:23 2022 +0200
+++ b/Bash-scripts/setup_fira_fonts.sh Sun Jul 31 20:32:42 2022 +0200
@@ -20,7 +20,7 @@
2020
2121 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"
2222
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"
2424
2525 if [[ $? -ne 0 ]]; then
2626 echo "Downloading failed , exiting"