Font adjustment on Reveal theme

This commit is contained in:
Nathan Schneider
2025-11-30 16:05:22 -05:00
parent 53e231dd57
commit 8874c2edcd
+2 -2
View File
@@ -17,7 +17,7 @@ body {
} }
.reveal { .reveal {
font-family: "DIN-Regular", "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "DIN-Regular", Helvetica, sans-serif; /* ntnsndr adjusted */
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: normal;
color: #fff; } color: #fff; }
@@ -53,7 +53,7 @@ body {
margin: 0px auto 30px auto; margin: 0px auto 30px auto;
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
color: #fff; color: #fff;
font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "DIN-Regular", Helvetica, sans-serif; /* ntnsndr adjusted */
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
letter-spacing: normal; letter-spacing: normal;