From a8da5f4178c8bbf66ec51b197a64e9c7acdb859b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 17 Jun 2019 11:14:48 +0200 Subject: [PATCH] rise.css in the examples/ dir used to choose a specific font (quicksand, which is the one that the 'sky' native theme comes with) this change removes this choice, so we can more easily test themes --- examples/rise.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rise.css b/examples/rise.css index 76393540..dc4779b5 100644 --- a/examples/rise.css +++ b/examples/rise.css @@ -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 */