Browse Source

additional monospace options for phantomjs

Hakim El Hattab 11 years ago
parent
commit
ff788bb31b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/print/pdf.css

+ 1 - 1
css/print/pdf.css

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