Author: dashorst
Date: Mon Jun 25 09:08:19 2007
New Revision: 550532

URL: http://svn.apache.org/viewvc?view=rev&rev=550532
Log:
Fixed font issue for Windows kids, according to 
http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/

Modified:
    incubator/wicket/common/site/style/wicket.css

Modified: incubator/wicket/common/site/style/wicket.css
URL: 
http://svn.apache.org/viewvc/incubator/wicket/common/site/style/wicket.css?view=diff&rev=550532&r1=550531&r2=550532
==============================================================================
--- incubator/wicket/common/site/style/wicket.css (original)
+++ incubator/wicket/common/site/style/wicket.css Mon Jun 25 09:08:19 2007
@@ -6,7 +6,7 @@
        background:#787878 url('background.gif');
        margin:0px;
        padding:0px;
-       font-family: "Lucida Sans Unicode", "Lucida Grande", "Tahoma", Verdana;
+    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, 
Helvetica, sans-serif;
        font-size: 76%;
        color:#4a4a4a;
        height:100%;
@@ -197,7 +197,7 @@
 }
 
 pre {
-       font-family: "Lucida Sans Regular", "Lucida Grande", "Tahoma", Verdana;
+       font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", 
Verdana, Arial, Helvetica, sans-serif;
        font-size : 120%;
 }
 
@@ -210,4 +210,9 @@
 
 span sup {
        display : none;
+}
+
+/* Windows Lucida font fix */
+strong, em, h1, h2, h3, h4, h5, h6 {
+    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", 
Verdana, Arial, Helvetica, sans-serif;
 }


Reply via email to