From 438433bb5418028701bfd047f5cad556bc108642 Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Thu, 8 Jan 2015 23:18:58 +0100 Subject: Added monospace fonts for pygments --- static/pygments.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3