diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-08-10 06:08:51 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-08-10 06:08:51 -0400 |
commit | 1337c2e89f10fa488b7a2da6fe582c6764f5f22a (patch) | |
tree | f0cb8142e12f735294912f8a5757a9e3bd591752 | |
parent | 2af8471053fd44567a108b56b172d2af34b8ac10 (diff) | |
download | fourisland-1337c2e89f10fa488b7a2da6fe582c6764f5f22a.tar.gz fourisland-1337c2e89f10fa488b7a2da6fe582c6764f5f22a.tar.bz2 fourisland-1337c2e89f10fa488b7a2da6fe582c6764f5f22a.zip |
Added DeliciousItalic to Layout 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 | } | ||