update - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit a5574f7c1654f8b9b22756a13f71c0d36d6de285
 (DIR) parent 3aeb41478d5d80f29442336e14238828b0fdf899
 (HTM) Author: garbeam@gmail.com <unknown>
       Date:   Sun,  5 Feb 2012 11:55:27 +0100
       
       update
       Diffstat:
         M lib/headers.tpl                     |       1 -
         M pub/style.css                       |       2 +-
       
       2 files changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/lib/headers.tpl b/lib/headers.tpl
       @@ -2,7 +2,6 @@
        <html>
        <head> 
                <title>%($pageTitle%)</title>
       -        <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
                <link rel="stylesheet" href="/pub/style.css" type="text/css"> 
                <meta charset="utf-8"> 
        </head> 
 (DIR) diff --git a/pub/style.css b/pub/style.css
       @@ -1,7 +1,7 @@
        body {
                background-color: #eee;
                color: #333;
       -        font-family: 'Cantarell', Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
       +        font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
                text-align: justify;
                padding: 0;
                margin: 0;