From b257a63c7fa5e7a073a3e6712f4130cf8f6839c1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 31 Aug 2009 20:36:55 +0200 Subject: change fonts serif (Georgia) for the text, sans (Verdana) for headings --- additions/layout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'additions') diff --git a/additions/layout.css b/additions/layout.css index a7fdfa5..0341d21 100644 --- a/additions/layout.css +++ b/additions/layout.css @@ -22,7 +22,7 @@ div { } body { - font: normal 100%/1.375 Times, Times New Roman, serif; + font: normal 100%/1.375 Georgia, Times, Times New Roman, serif; background: #b3dbe9; } @@ -91,7 +91,6 @@ html, body { } #title h1 { - font-family: Georgia, serif; font-size: 2em; line-height: 1.15em; margin: 0.5em; @@ -200,3 +199,7 @@ span.title { display: block; float: right } + +h1, h2, h3, h4, h5, h6 { + font-family: Verdana, Arial, Helvetica, sans-serif; +} \ No newline at end of file -- cgit v1.2.3