summary refs log tree commit diff stats
path: root/theme/layouts/7
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-08-06 22:21:07 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-08-06 22:21:07 -0400
commit86e77b56a27229c835f30671a415eee1bfa3330b (patch)
tree6c13ef2945a0a3a362a9dab315876beaafcf63fc /theme/layouts/7
parent81624bcba26587b99bcce6c130ec69b6792f38ea (diff)
downloadfourisland-86e77b56a27229c835f30671a415eee1bfa3330b.tar.gz
fourisland-86e77b56a27229c835f30671a415eee1bfa3330b.tar.bz2
fourisland-86e77b56a27229c835f30671a415eee1bfa3330b.zip
Fixed serif fonts and increased content text size
Diffstat (limited to 'theme/layouts/7')
-rwxr-xr-xtheme/layouts/7/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index c1acec1..ae4fe8f 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css
@@ -1,14 +1,14 @@
1/* @font-face */ 1/* @font-face */
2@font-face { 2@font-face {
3 font-family: DeliciousRoman; 3 font-family: DeliciousRoman;
4 src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); 4 src: url(http://dev.fourisland.com/theme/layouts/7/Delicious-Roman.otf);
5 font-weight: 400; 5 font-weight: 400;
6} 6}
7 7
8/* Body */ 8/* Body */
9 9
10body { 10body {
11 font-family: 'Lucida Grande', sans; 11 font-family: 'Lucida Grande', sans-serif;
12 background-color: #111; 12 background-color: #111;
13} 13}
14 14
@@ -230,5 +230,6 @@ span.corners-bottom span {
230} 230}
231 231
232.post .entry { 232.post .entry {
233 font-family: DeliciousRoman, Verdana, sans; 233 font-family: DeliciousRoman, Verdana, sans-serif;
234 font-size: 1.01em;
234} 235}