From d8411e7bf46b35b8f6c32774fa1f7f102abb8779 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 6 Aug 2010 21:20:19 -0400 Subject: Added "DeliciousRoman" as font for Layout 7 --- theme/layouts/7/Delicious-Roman.otf | Bin 0 -> 24700 bytes theme/layouts/7/style.css | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 theme/layouts/7/Delicious-Roman.otf diff --git a/theme/layouts/7/Delicious-Roman.otf b/theme/layouts/7/Delicious-Roman.otf new file mode 100644 index 0000000..31ec11a Binary files /dev/null and b/theme/layouts/7/Delicious-Roman.otf differ diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 744625c..8cde3aa 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -1,7 +1,14 @@ +/* @font-face */ +@font-face { + font-family: DeliciousRoman; + src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); + font-weight: 400; +} + /* Body */ body { - font-family: "Lucida Grande", "Arial", sans; + font-family: DeliciousRoman, Verdana, sans; background-color: #111; } -- cgit 1.4.1