diff options
Diffstat (limited to 'theme/layouts/7')
| -rw-r--r-- | theme/layouts/7/Delicious-Italic.otf | bin | 0 -> 25036 bytes | |||
| -rwxr-xr-x | theme/layouts/7/style.css | 13 | 
2 files changed, 13 insertions, 0 deletions
| diff --git a/theme/layouts/7/Delicious-Italic.otf b/theme/layouts/7/Delicious-Italic.otf new file mode 100644 index 0000000..d57df3b --- /dev/null +++ b/theme/layouts/7/Delicious-Italic.otf | |||
| Binary files differ | |||
| diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 72cbfb7..e0871d3 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css | |||
| @@ -5,6 +5,13 @@ | |||
| 5 | font-weight: 400; | 5 | font-weight: 400; | 
| 6 | } | 6 | } | 
| 7 | 7 | ||
| 8 | @font-face { | ||
| 9 | font-family: DeliciousItalic; | ||
| 10 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Italic.otf); | ||
| 11 | font-weight: 400; | ||
| 12 | font-style: italic; | ||
| 13 | } | ||
| 14 | |||
| 8 | /* Body */ | 15 | /* Body */ | 
| 9 | 16 | ||
| 10 | body { | 17 | body { | 
| @@ -233,3 +240,9 @@ span.corners-bottom span { | |||
| 233 | font-family: DeliciousRoman, Verdana, sans-serif; | 240 | font-family: DeliciousRoman, Verdana, sans-serif; | 
| 234 | font-size: 1.01em; | 241 | font-size: 1.01em; | 
| 235 | } | 242 | } | 
| 243 | |||
| 244 | .post .entry em { | ||
| 245 | font-family: DeliciousItalic, Verdana, sans-serif; | ||
| 246 | font-size: 1.01em; | ||
| 247 | font-style: italic; | ||
| 248 | } | ||
