diff options
author | Cédric Picard <cedric.picard@efrei.net> | 2015-01-08 23:18:58 +0100 |
---|---|---|
committer | Cédric Picard <cedric.picard@efrei.net> | 2015-01-08 23:18:58 +0100 |
commit | 438433bb5418028701bfd047f5cad556bc108642 (patch) | |
tree | 786ef70b224fa8b9a71e05a4bbf005fad11c7ebd | |
parent | 3e2b17e203dde130c4fe53658683b5fcf379e3c8 (diff) | |
download | pasteme-438433bb5418028701bfd047f5cad556bc108642.tar.gz pasteme-438433bb5418028701bfd047f5cad556bc108642.tar.bz2 pasteme-438433bb5418028701bfd047f5cad556bc108642.zip |
Added monospace fonts for pygments
-rw-r--r-- | static/pygments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/pygments.css b/static/pygments.css index 80c2982..ddb4d52 100644 --- a/static/pygments.css +++ b/static/pygments.css @@ -13,6 +13,8 @@ border-radius: 3px; padding: 20px; color: #C1C2C3; + font-family:Consolas,Monaco,Lucida Console,Liberation Mono, + DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace; } .highlight .hll { background-color: #ffffcc; } .highlight .gd { color: #2e3436; background-color: #0e1416; } |