From 1c4141cc13063f9a66255e257380aea2b5849c0b Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Sat, 7 Apr 2012 12:42:27 +0100 Subject: Enlarge width and add Gentium Book font. --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/main.css') diff --git a/css/main.css b/css/main.css index ff80d13..656be90 100644 --- a/css/main.css +++ b/css/main.css @@ -2,8 +2,8 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre { margin: 0; padding: 0; color: #333333; - font-size: 14px; - font-family: "PT Serif", Georgia, serif; + font-size: 16px; + font-family: "Gentium Book Basic", Georgia, serif; -webkit-font-smoothing: antialiased; } body { @@ -43,7 +43,7 @@ aside { #bucket { background: white; - width: 420px; + width: 620px; margin: 50px auto; padding: 75px 75px 75px 225px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); } -- cgit v1.2.3-54-g00ecf