From 988d62b76c1b3cef0de34f64f514d5204a0d38e0 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 20 Jan 2022 10:52:03 -0700 Subject: [PATCH] Added Dinreg font to reveal --- .revealjs/ntn.css | 4 ++-- .scripts/install-deb.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 .scripts/install-deb.sh 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)"