[cfe-commits] r52197 - /cfe/trunk/www/content.css

Ted Kremenek kremenek at apple.com
Tue Jun 10 22:32:48 PDT 2008


Author: kremenek
Date: Wed Jun 11 00:32:48 2008
New Revision: 52197

URL: http://llvm.org/viewvc/llvm-project?rev=52197&view=rev
Log:
Use Arial as default font.

Modified:
    cfe/trunk/www/content.css

Modified: cfe/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/content.css?rev=52197&r1=52196&r2=52197&view=diff

==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Wed Jun 11 00:32:48 2008
@@ -1,7 +1,7 @@
 html, body {
 	padding:0px;	
 	color:#000000; background-color:#ffffff;
-  font-family: Helvetica, sans-serif;
+  font-family: Arial, sans-serif;
 }
 
 /* Slides */





More information about the cfe-commits mailing list