diff options
| -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 | ||
