Shifted RevealJS fonts to Helvetica etc.

This commit is contained in:
Nathan Schneider
2026-02-10 21:48:38 -07:00
parent 6c8fd27f94
commit 083da47f7d
+2 -3
View File
@@ -1,6 +1,5 @@
/**
* Black theme for reveal.js. This is the opposite of the 'white' theme.
*
* By Hakim El Hattab, http://hakim.se, edited by Nathan Schneider, ntnsndr.in
* Needs to be placed in ~/.revealjs/reveal.js/dist/theme/
*/
@@ -16,7 +15,7 @@ body {
}
.reveal {
font-family: Helvetica, sans-serif; /* ntnsndr adjusted */
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-size: 30px;
font-weight: normal;
color: black; }
@@ -52,7 +51,7 @@ body {
margin: 0px auto 30px auto;
background-color: light-gray; /* ntnsndr addition */
color: black;
font-family: Helvetica, sans-serif; /* ntnsndr adjusted */
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;