swerc

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

commit 27a7dbff04e9518932a1f4fbc1c80c2e8f84dba4
parent e4f5f226981bdc1918fd6c63494dbc54fad58ce7
Author: garbeam@gmail.com <unknown>
Date:   Sat, 24 Mar 2012 18:55:49 +0100

sans serif default
Diffstat:
Mpub/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pub/style.css b/pub/style.css @@ -1,7 +1,7 @@ body { background-color: #eee; color: #111; - font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif; + font-family: sans-serif; padding: 0; margin: 0; }