From 111663ce4b63097e0ec3fcf69be0d246d156e521 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 28 Nov 2010 21:31:53 -0800 Subject: [PATCH] tweak style --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 3c33b90..2e1ed63 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { background-color: #f7f7f7 ; color: #222 - ; font-family: 'hoefler text', georgia, serif + ; font-family: 'DejaVu Serif', 'Hoefler Text', Georgia, serif } h1 { text-align: center @@ -52,7 +52,7 @@ ul { text-align: center } li { display: inline - ; font-size: 2em + ; font-size: 1.6em ; margin: 0 ; padding: 0 } @@ -73,7 +73,6 @@ li a:active { color: #000 #sjs { text-align: center ; font-size: 1.2em - ; font-family: georgia } #sjs a { border-bottom: none }