diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 22:25:09 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 22:25:09 -0400 |
| commit | 2af8471053fd44567a108b56b172d2af34b8ac10 (patch) | |
| tree | bea284f7babbb2edb6aa76605f2a9ddce63fd1af /theme | |
| parent | 86e77b56a27229c835f30671a415eee1bfa3330b (diff) | |
| download | fourisland-2af8471053fd44567a108b56b172d2af34b8ac10.tar.gz fourisland-2af8471053fd44567a108b56b172d2af34b8ac10.tar.bz2 fourisland-2af8471053fd44567a108b56b172d2af34b8ac10.zip | |
Fixed reference to webfont
Diffstat (limited to 'theme')
| -rwxr-xr-x | theme/layouts/7/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index ae4fe8f..72cbfb7 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* @font-face */ | 1 | /* @font-face */ |
| 2 | @font-face { | 2 | @font-face { |
| 3 | font-family: DeliciousRoman; | 3 | font-family: DeliciousRoman; |
| 4 | src: url(http://dev.fourisland.com/theme/layouts/7/Delicious-Roman.otf); | 4 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); |
| 5 | font-weight: 400; | 5 | font-weight: 400; |
| 6 | } | 6 | } |
| 7 | 7 | ||
