[tor-commits] r24806: {website} remove the font no one has. (website/trunk/css)

Andrew Lewman andrew at torproject.org
Mon Jun 6 00:51:15 UTC 2011


Author: phobos
Date: 2011-06-06 00:51:15 +0000 (Mon, 06 Jun 2011)
New Revision: 24806

Modified:
   website/trunk/css/typography.css
Log:
remove the font no one has.


Modified: website/trunk/css/typography.css
===================================================================
--- website/trunk/css/typography.css	2011-06-05 19:21:39 UTC (rev 24805)
+++ website/trunk/css/typography.css	2011-06-06 00:51:15 UTC (rev 24806)
@@ -5,7 +5,7 @@
 /* UNIVERSAL ------------*/
 
 body {
-	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
+	font-family: Helvetica, Arial, sans-serif;
 	font-size: 10pt;
 	color: #1a1a1a;
 }
@@ -46,14 +46,14 @@
 	}
 
 h3 {
-	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
+	font-family: Helvetica, Arial, sans-serif;
 	font-size: 1.167em;
 	line-height: 20px;
 	color: #0d1304;
 }
 
 h4 {
-	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
+	font-family: Helvetica, Arial, sans-serif;
 	line-height: 20px;
 	font-size: 1em;
 }



More information about the tor-commits mailing list