From b0b2ce1fe310ae9009c710509d1afc2bb2f39e50 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 10 Sep 2015 08:50:55 +0200 Subject: print notes to pdf when is enabled #304 --- css/reveal.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css/reveal.scss') diff --git a/css/reveal.scss b/css/reveal.scss index 9bd570e..f9e2fac 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -1314,6 +1314,8 @@ body { background-color: rgba(0,0,0,0.5); overflow: auto; box-sizing: border-box; + text-align: left; + font-family: Helvetica, sans-serif; } .reveal .speaker-notes.visible:not(:empty) { -- cgit v1.2.3