From 154448dd6e074533210681168910438a68d866f3 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 24 Jan 2022 17:44:17 +0000 Subject: [PATCH] Changed source for DIN font --- .scripts/install-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index caae4a5..0d07a50 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -37,7 +37,7 @@ read response # fonts mkdir .fonts/ echo "Download TTF fonts and put them in ~/.fonts:" -echo "https://copyfonts.com/download/din-regular.html" +echo "https://fontlibrary.org/en/font/d-din" echo "https://fonts.google.com/specimen/Roboto (home system)" echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)" echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)"