update - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit a5574f7c1654f8b9b22756a13f71c0d36d6de285 | |
parent 3aeb41478d5d80f29442336e14238828b0fdf899 | |
Author: [email protected] <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(-) | |
--- | |
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='sty… | |
<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'… | |
+ font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, s… | |
text-align: justify; | |
padding: 0; | |
margin: 0; |