diff options
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; } |