summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-10-08 14:06:48 +0200
committerSiri Reiter <siri@jones.dk>2012-10-08 14:06:48 +0200
commit8b8f061ab77ae9104369199e2b5b7fccd6e51210 (patch)
treecee8cfb428e8b5bb063568364eff6bef563051c3
parent31c94e0a21ea26b334159c5f4cec4a3eeb1dcc74 (diff)
General font size and -family defined in body.
-rw-r--r--local.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.scss b/local.scss
index 2b95421..c789068 100644
--- a/local.scss
+++ b/local.scss
@@ -37,7 +37,9 @@ p {
BODY {
margin: 0;
background-color: white;
- font-family: sans-serif;
+ font-size: 100%;
+ font-family: Helvetica, Verdana, Sans-serif;
+ line-height: 1.5;
}
DIV.header {