From 73a56807a3406bc68c1e64e7f656413db82188b2 Mon Sep 17 00:00:00 2001 From: jeena Date: Thu, 18 Jul 2013 15:42:14 +0200 Subject: [PATCH] font --- public/style/main.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/style/main.css b/public/style/main.css index eb6dfc7..508bf35 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -1,10 +1,12 @@ +@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200); + html, body { min-height: 100%; } body { background: white; - font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, georgia; + font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif; font-size: 0.9em; margin: 0; padding: 20px 10%; @@ -18,8 +20,9 @@ a { h1 { margin-bottom: 0; - font-weight: normal; - font-size: 2em; + font-weight: 300; + font-size: 2.5em; + font-family: Raleway, sans-serif; } h1 + h2 {