From 81624bcba26587b99bcce6c130ec69b6792f38ea Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 6 Aug 2010 21:29:47 -0400 Subject: Refined Layout 7 font change to only apply to post content --- theme/layouts/7/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'theme/layouts') diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 8cde3aa..c1acec1 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -8,7 +8,7 @@ /* Body */ body { - font-family: DeliciousRoman, Verdana, sans; + font-family: 'Lucida Grande', sans; background-color: #111; } @@ -228,3 +228,7 @@ span.corners-top span, span.corners-bottom span { visibility: hidden; } + +.post .entry { + font-family: DeliciousRoman, Verdana, sans; +} -- cgit 1.4.1