Shifted RevealJS fonts to Helvetica etc.
This commit is contained in:
+2
-3
@@ -1,6 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
* 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
|
* By Hakim El Hattab, http://hakim.se, edited by Nathan Schneider, ntnsndr.in
|
||||||
* Needs to be placed in ~/.revealjs/reveal.js/dist/theme/
|
* Needs to be placed in ~/.revealjs/reveal.js/dist/theme/
|
||||||
*/
|
*/
|
||||||
@@ -16,7 +15,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: black; }
|
color: black; }
|
||||||
@@ -52,7 +51,7 @@ body {
|
|||||||
margin: 0px auto 30px auto;
|
margin: 0px auto 30px auto;
|
||||||
background-color: light-gray; /* ntnsndr addition */
|
background-color: light-gray; /* ntnsndr addition */
|
||||||
color: black;
|
color: black;
|
||||||
font-family: Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "Nimbus Sans", 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user