diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 07:57:12 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 07:57:12 +0000 |
commit | 5e9f04cda8bdb71b739037681baba554e39adcd6 (patch) | |
tree | ccd1ce8b72f77b6f6b71850d1cc1bb36a52d80c2 /views/default | |
parent | b553a8d3757712fbd55351069507ab8e3a50ddcd (diff) | |
download | elgg-5e9f04cda8bdb71b739037681baba554e39adcd6.tar.gz elgg-5e9f04cda8bdb71b739037681baba554e39adcd6.tar.bz2 |
full list of pc names for Lucida Sans added
git-svn-id: https://code.elgg.org/elgg/trunk@1396 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 7166426ba..8df49fea6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -75,7 +75,7 @@ body { margin:0 auto; padding:0; background: #4690d6; - font: 75%/1.5 "Lucida Grande", "Lucida Sans", Verdana, sans-serif; + font: 75%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif; color: #333333; background: url(<?php echo $vars['url']; ?>_graphics/page_back_linen.gif) repeat left 1px; } |