1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

additional monospace options for phantomjs

This commit is contained in:
Hakim El Hattab
2014-05-23 14:06:52 +02:00
parent ba00afbc38
commit ff788bb31b

View File

@@ -67,7 +67,7 @@ a:visited {
.reveal pre code { .reveal pre code {
overflow: hidden !important; overflow: hidden !important;
font-family: monospace !important; font-family: Courier, 'Courier New', monospace !important;
} }