summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-08-06 21:20:19 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-08-06 21:20:19 -0400
commitd8411e7bf46b35b8f6c32774fa1f7f102abb8779 (patch)
tree93fffe945f431b323c64e01c71424bd45a528867
parent980b439682067b36b6e73dc5f5b2c67f4d602c59 (diff)
downloadfourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.tar.gz
fourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.tar.bz2
fourisland-d8411e7bf46b35b8f6c32774fa1f7f102abb8779.zip
Added "DeliciousRoman" as font for Layout 7
-rw-r--r--theme/layouts/7/Delicious-Roman.otfbin0 -> 24700 bytes
-rwxr-xr-xtheme/layouts/7/style.css9
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
3body { 10body {
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