diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/layouts/7/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
8 | /* Body */ | 8 | /* Body */ |
9 | 9 | ||
10 | body { | 10 | body { |
11 | font-family: DeliciousRoman, Verdana, sans; | 11 | font-family: 'Lucida Grande', sans; |
12 | background-color: #111; | 12 | background-color: #111; |
13 | } | 13 | } |
14 | 14 | ||
@@ -228,3 +228,7 @@ span.corners-top span, | |||
228 | span.corners-bottom span { | 228 | span.corners-bottom span { |
229 | visibility: hidden; | 229 | visibility: hidden; |
230 | } | 230 | } |
231 | |||
232 | .post .entry { | ||
233 | font-family: DeliciousRoman, Verdana, sans; | ||
234 | } | ||