Added Dinreg font to reveal

This commit is contained in:
Nathan Schneider
2022-01-20 10:52:03 -07:00
parent f299cceaed
commit 988d62b76c
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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;
Regular → Executable
+1
View File
@@ -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)"