diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index 3d36899..d2be27a 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -16,7 +16,7 @@ body { background-color: #222; } .reveal { - font-family: "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */ + font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */ font-size: 38px; font-weight: normal; color: #fff; } @@ -47,7 +47,7 @@ body { background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ margin: 0 0 20px 0; color: #fff; - font-family: "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */ + font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */ font-weight: 600; line-height: 1.2; letter-spacing: normal; diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh old mode 100644 new mode 100755 index 2c796a9..eeea735 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -35,6 +35,7 @@ cd ~ # fonts mkdir .fonts/ echo "Download TTF fonts and put them in ~/.fonts:" +echo "https://copyfonts.com/download/din-regular.html" 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)"