From 86e77b56a27229c835f30671a415eee1bfa3330b Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 6 Aug 2010 22:21:07 -0400 Subject: Fixed serif fonts and increased content text size --- theme/layouts/7/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'theme/layouts/7') diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index c1acec1..ae4fe8f 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -1,14 +1,14 @@ /* @font-face */ @font-face { font-family: DeliciousRoman; - src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); + src: url(http://dev.fourisland.com/theme/layouts/7/Delicious-Roman.otf); font-weight: 400; } /* Body */ body { - font-family: 'Lucida Grande', sans; + font-family: 'Lucida Grande', sans-serif; background-color: #111; } @@ -230,5 +230,6 @@ span.corners-bottom span { } .post .entry { - font-family: DeliciousRoman, Verdana, sans; + font-family: DeliciousRoman, Verdana, sans-serif; + font-size: 1.01em; } -- cgit 1.4.1