Introduction
Introduction Statistics Contact Development Disclaimer Help
no webfont usage - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit b7a2ee5aeaca75d225defe711509204069d25beb
parent b0ca48f614bf87d9e953400fe2c394d7693b48e5
Author: [email protected] <unknown>
Date: Sat, 24 Mar 2012 19:11:32 +0100
no webfont usage
Diffstat:
M pub/style.css | 2 +-
M tpl/master.tpl | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/pub/style.css b/pub/style.css
@@ -1,7 +1,7 @@
body {
background-color: #eee;
color: #111;
- font-family: 'Open Sans', sans-serif;
+ font-family: sans-serif;
padding: 0;
margin: 0;
}
diff --git a/tpl/master.tpl b/tpl/master.tpl
@@ -2,7 +2,6 @@
<html>
<head>
<title>%($pageTitle%)</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='sty…
<link rel="stylesheet" type="text/css" href="/pub/style.css">
<meta charset="utf-8">
</head>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.