diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 22:21:07 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 22:21:07 -0400 |
| commit | 86e77b56a27229c835f30671a415eee1bfa3330b (patch) | |
| tree | 6c13ef2945a0a3a362a9dab315876beaafcf63fc | |
| parent | 81624bcba26587b99bcce6c130ec69b6792f38ea (diff) | |
| download | fourisland-86e77b56a27229c835f30671a415eee1bfa3330b.tar.gz fourisland-86e77b56a27229c835f30671a415eee1bfa3330b.tar.bz2 fourisland-86e77b56a27229c835f30671a415eee1bfa3330b.zip | |
Fixed serif fonts and increased content text size
| -rwxr-xr-x | theme/layouts/7/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
| 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 @@ | |||
| 1 | /* @font-face */ | 1 | /* @font-face */ |
| 2 | @font-face { | 2 | @font-face { |
| 3 | font-family: DeliciousRoman; | 3 | font-family: DeliciousRoman; |
| 4 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); | 4 | src: url(http://dev.fourisland.com/theme/layouts/7/Delicious-Roman.otf); |
| 5 | font-weight: 400; | 5 | font-weight: 400; |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | /* Body */ | 8 | /* Body */ |
| 9 | 9 | ||
| 10 | body { | 10 | body { |
| 11 | font-family: 'Lucida Grande', sans; | 11 | font-family: 'Lucida Grande', sans-serif; |
| 12 | background-color: #111; | 12 | background-color: #111; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| @@ -230,5 +230,6 @@ span.corners-bottom span { | |||
| 230 | } | 230 | } |
| 231 | 231 | ||
| 232 | .post .entry { | 232 | .post .entry { |
| 233 | font-family: DeliciousRoman, Verdana, sans; | 233 | font-family: DeliciousRoman, Verdana, sans-serif; |
| 234 | font-size: 1.01em; | ||
| 234 | } | 235 | } |
