URI: 
       tLet the user choose the font - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 6e32531152bbd34d5680ce0c27a53f5e6d889a08
   DIR parent 01f9c0779bbc2a46cc901d81e2d5a7954fb0f474
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Wed, 29 Jan 2014 12:12:54 +0100
       
       Let the user choose the font
       
       Diffstat:
         M css/monochrome.css                  |      17 ++++++++++-------
       
       1 file changed, 10 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -23,12 +23,15 @@
            font-style: normal;
        }
        
       -@font-face {
       -    font-family: district;
       -    src: url(/css/fonts/district.otf);
       -    font-weight: normal;
       -    font-style: normal;
       -}
       +/*
       + * @font-face {
       + *     font-family: district;
       + *     src: url(/css/fonts/district.otf);
       + *     font-weight: normal;
       + *     font-style: normal;
       + * }
       + */
       +
        /* }}} */
        
        /* Main blocks style {{{ */
       t@@ -37,7 +40,7 @@ body {
            color: #bbb;
            padding: 0;
            margin: 0;
       -    font-family: district, sans-serif;
       +    font-family: /* district, */ sans-serif;
            font-size: 90%;
        }