From 1337c2e89f10fa488b7a2da6fe582c6764f5f22a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 10 Aug 2010 06:08:51 -0400 Subject: Added DeliciousItalic to Layout 7 --- theme/layouts/7/Delicious-Italic.otf | Bin 0 -> 25036 bytes theme/layouts/7/style.css | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 theme/layouts/7/Delicious-Italic.otf diff --git a/theme/layouts/7/Delicious-Italic.otf b/theme/layouts/7/Delicious-Italic.otf new file mode 100644 index 0000000..d57df3b Binary files /dev/null and b/theme/layouts/7/Delicious-Italic.otf 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 @@ font-weight: 400; } +@font-face { + font-family: DeliciousItalic; + src: url(http://fourisland.com/theme/layouts/7/Delicious-Italic.otf); + font-weight: 400; + font-style: italic; +} + /* Body */ body { @@ -233,3 +240,9 @@ span.corners-bottom span { font-family: DeliciousRoman, Verdana, sans-serif; font-size: 1.01em; } + +.post .entry em { + font-family: DeliciousItalic, Verdana, sans-serif; + font-size: 1.01em; + font-style: italic; +} -- cgit 1.4.1