aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-04-12 14:56:11 +0200
committerStefan Ritter <xeno@thehappy.de>2011-04-12 14:56:11 +0200
commit4cb9040887b0775fe771160a44fd588334705ec5 (patch)
tree7069b84cfc6e75f7ea0041789b8cb96a8b282544
parent8e338f89c049c67f243e7c9f9b449163a0706f9c (diff)
Switch from sans to sans-serif
-rw-r--r--styles/default/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/default/default.css b/styles/default/default.css
index a16065b..bd34377 100644
--- a/styles/default/default.css
+++ b/styles/default/default.css
@@ -7,7 +7,7 @@ body, html {
background: white;
width: 700px;
margin: auto;
- font-family: Sans;
+ font-family: sans-serif;
font-size: 0.9em;
color: #000;
letter-spacing: 0.05em;