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;