diff options
author | Hakim El Hattab | 2015-09-10 08:50:55 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-09-10 08:51:04 +0200 |
commit | b0b2ce1fe310ae9009c710509d1afc2bb2f39e50 (patch) | |
tree | d03fd0af04a19907bf1e6099cb972e23726b5cc5 /css/reveal.css | |
parent | 0338f280d3942094782da57ea3b5b72bdb833e9d (diff) |
print notes to pdf when is enabled #304
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css index 1aaa9b6..2b0486e 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1178,7 +1178,9 @@ body { background-color: rgba(0, 0, 0, 0.5); overflow: auto; -moz-box-sizing: border-box; - box-sizing: border-box; } + box-sizing: border-box; + text-align: left; + font-family: Helvetica, sans-serif; } .reveal .speaker-notes.visible:not(:empty) { display: block; } |