Updated font instructions in install script

This commit is contained in:
Nathan Schneider
2025-01-17 13:20:21 -07:00
parent 1346a7b821
commit 443dd9da0c
2 changed files with 11 additions and 17 deletions
+2 -4
View File
@@ -55,11 +55,9 @@ echo "For Zotero, see installation notes in ~/Cloud/Notes/Config.md. Good?"
read response
# fonts
mkdir .fonts/
echo "Download TTF fonts and put them in ~/.fonts:"
echo "https://fonts.google.com/specimen/Roboto (home system)"
sudo cp ~/.fonts/dinreg.ttf /usr/share/fonts/
echo "Download fonts and put them in /usr/share/fonts/:"
echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)"
echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)"
echo "https://www.latofonts.com/lato-free-fonts/ (office system)"
echo "Good?"
read response