diff options
| -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 | } |
