[gnome-web-www/wptest] small tweaks to windows specific font



commit 7dabd5bad9ea1b3cce1054564bf69c74e0642ed4
Author: Andreas Nilsson <nisses mail home se>
Date:   Wed Mar 7 20:00:17 2012 +0100

    small tweaks to windows specific font

 theme/css/text.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/theme/css/text.css b/theme/css/text.css
index 21a11d5..378a4c2 100644
--- a/theme/css/text.css
+++ b/theme/css/text.css
@@ -12,12 +12,16 @@ body {
 }
 
 body.win {
-    font-family: "Trebuchet MS", Arial, sans-serif;
+    font-family: Verdana, Arial, sans-serif;
     font-size: 14px;
     line-height: 1.6;
     color: #2e3436;
 }
 
+body.win h1, body.win h2, body.win h3, body.win h4, body.win h5, body.win h6 {
+    font-family: "Trebuchet MS";
+}
+
 h1, h2, h3, h4, h5, h6, dt {
     color: #0489B7;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]