summary refs log tree commit diff stats
path: root/theme/layouts/7/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/7/style.css')
-rwxr-xr-xtheme/layouts/7/style.css13
1 files changed, 13 insertions, 0 deletions
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
10body { 17body {
@@ -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}