Skip to content

Commit

Permalink
rise.css in the examples/ dir used to choose a specific font
Browse files Browse the repository at this point in the history
  (quicksand, which is the one that the 'sky' native theme comes with)
this change removes this choice, so we can more easily test themes
  • Loading branch information
parmentelat committed Jun 17, 2019
1 parent fb39ef4 commit a8da5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rise.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* this goes with my global default setting
* that has rise use reveal's theme sky
*/
.reveal {
/*.reveal {
font-family: "Quicksand", sans-serif;
}
}*/

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
text-transform: initial; /* sky.css says uppercase */
Expand Down

0 comments on commit a8da5f4

Please sign in to comment.