diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 21:20:19 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 21:20:19 -0400 |
commit | d8411e7bf46b35b8f6c32774fa1f7f102abb8779 (patch) | |
tree | 93fffe945f431b323c64e01c71424bd45a528867 /theme | |
parent | 980b439682067b36b6e73dc5f5b2c67f4d602c59 (diff) | |
download | fourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.tar.gz fourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.tar.bz2 fourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.zip |
Added "DeliciousRoman" as font for Layout 7
Diffstat (limited to 'theme')
-rw-r--r-- | theme/layouts/7/Delicious-Roman.otf | bin | 0 -> 24700 bytes | |||
-rwxr-xr-x | theme/layouts/7/style.css | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/theme/layouts/7/Delicious-Roman.otf b/theme/layouts/7/Delicious-Roman.otf new file mode 100644 index 0000000..31ec11a --- /dev/null +++ b/theme/layouts/7/Delicious-Roman.otf | |||
Binary files 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 @@ | |||
1 | /* @font-face */ | ||
2 | @font-face { | ||
3 | font-family: DeliciousRoman; | ||
4 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); | ||
5 | font-weight: 400; | ||
6 | } | ||
7 | |||
1 | /* Body */ | 8 | /* Body */ |
2 | 9 | ||
3 | body { | 10 | body { |
4 | font-family: "Lucida Grande", "Arial", sans; | 11 | font-family: DeliciousRoman, Verdana, sans; |
5 | background-color: #111; | 12 | background-color: #111; |
6 | } | 13 | } |
7 | 14 | ||