1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 20:00:28 +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 {
overflow: hidden !important;
font-family: monospace !important;
font-family: Courier, 'Courier New', monospace !important;
}