# HG changeset patch # User Atul Varma # Date 1235864004 28800 # Node ID 061eee7cffe69d8eb83e0a821ddd36bceb05b9d6 # Parent fb7af41041cc714499ad4a2ed57af2a1a3da8b99 Added more font-families so this shouldn't look too bad on systems that lack Helvetica. diff -r fb7af41041cc -r 061eee7cffe6 about-mozilla.css --- a/about-mozilla.css Sat Feb 28 15:12:11 2009 -0800 +++ b/about-mozilla.css Sat Feb 28 15:33:24 2009 -0800 @@ -1,5 +1,5 @@ body { - font-family: Helvetica Neue; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 1.4em; background: black;