From 3ab64e1d2230460bf7fa183a1a50a5b47a1995c7 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 24 Sep 2011 08:06:40 +0000 Subject: [PATCH] Fixed Georgia font. Default to Times New Roman --- jOOQ-website/css/jooq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jOOQ-website/css/jooq.css b/jOOQ-website/css/jooq.css index beffbee556..17069e66ad 100644 --- a/jOOQ-website/css/jooq.css +++ b/jOOQ-website/css/jooq.css @@ -17,7 +17,7 @@ body { } h1, h2, h3, h4, h5, h6 { - font-family: 'Georgia',Serif; + font-family: Georgia,"Times New Roman",Times,serif; font-weight: normal; color: #000000; margin-top: 0.5em; @@ -66,7 +66,7 @@ p { p.slogan { padding-left: 2em; color: #444; - font-family: 'Georgia',Serif; + font-family: Georgia,"Times New Roman",Times,serif; height: 3em; background: none repeat scroll 0 0 #ffffff;