diff options
author | Hakim El Hattab | 2014-05-23 14:06:52 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-05-23 14:06:52 +0200 |
commit | ff788bb31b5c9af84c407502501575eeac012dcd (patch) | |
tree | 687694cc6d14cbd362f2df2c9b5cb616abe9019d /css/print | |
parent | ba00afbc38d7c1ec71561a1d23404d27f4c9e594 (diff) |
additional monospace options for phantomjs
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 8ac87c5..37454b6 100644 --- a/css/print/pdf.css +++ b/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; } |