swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit a5574f7c1654f8b9b22756a13f71c0d36d6de285
parent 3aeb41478d5d80f29442336e14238828b0fdf899
Author: garbeam@gmail.com <unknown>
Date:   Sun,  5 Feb 2012 11:55:27 +0100

update
Diffstat:
Mlib/headers.tpl | 1-
Mpub/style.css | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

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> 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;