diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-13 13:05:33 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-13 13:05:33 -0600 |
commit | 8f35ecf5fb1da9fff035322c26bd40c98f697d65 (patch) | |
tree | c74cca3a65dc07b6d9dc4ad26f9b61c7e2cefcb9 | |
parent | 762364dd539908b9b3584711e4408bc6254a773e (diff) |
slightly different font choices
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,9 +67,9 @@ fi if [ ! -e ~/.local/share/fonts/sourcecodepro-nerd ]; then mkdir -p ~/.local/share/fonts/sourcecodepro-nerd unzip local/SourceCodePro.zip \ - "Sauce Code Pro Nerd Font Complete.ttf" \ + "Sauce Code Pro Medium Nerd Font Complete.ttf" \ "Sauce Code Pro Bold Nerd Font Complete.ttf" \ - "Sauce Code Pro Italic Nerd Font Complete.ttf" \ + "Sauce Code Pro Medium Italic Nerd Font Complete.ttf" \ "Sauce Code Pro Bold Italic Nerd Font Complete.ttf" \ -d ~/.local/share/fonts/sourcecodepro-nerd echo "Run \'fc-cache -v\' to rebuild your font cache" |