all fonts have fall-back family
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Tue, 6 Apr 2010 11:51:44 +0000 (13:51 +0200)]
lib/Moose/Website/Resource/WebFiles/css/style.css

index eb7d47d..84d5a8d 100644 (file)
@@ -1,7 +1,7 @@
 @charset "UTF-8";
 
 BODY {
-    font-family : Ariel, Helvetica, sans-serif;
+    font-family : Arial, Helvetica, sans-serif;
     font-size   : 10pt;
     margin      : 0px;
     color       : #333333;
@@ -13,7 +13,7 @@ a {
 }
 
 h1 {
-    font-family       : Arial Black;
+    font-family       : Arial Black, sans-serif;
     margin            : 0px;
     line-height       : 0.8em;
     color             : #ffffff;
@@ -96,7 +96,7 @@ h2 {
 }
 
 pre {
-    font-family : Monaco, Courier;
+    font-family : Monaco, Courier, monospace;
     font-size   : 9pt;
     padding     : 10px;
     border      : 1px dotted #aaaaaa;