[svnbook commit] r3262 - trunk/src/en/book

cmpilato noreply at red-bean.com
Fri Aug 8 14:23:12 CDT 2008


Author: cmpilato
Date: Fri Aug  8 14:23:12 2008
New Revision: 3262

Log:
Kill all named fonts in our HTML stylesheets.  Let the user's
preferences win.  While here, switch to serif'ed fonts for the body.

Modified:
   trunk/src/en/book/styles.css

Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Fri Aug  8 14:23:12 2008
@@ -17,7 +17,7 @@
 {
     background: white;
     margin: 0.5in;
-    font-family: arial,helvetica,sans-serif;
+    font-family: serif;
 }
 
 p, li, ul, ol, dd, dt
@@ -29,7 +29,7 @@
 
 tt, pre
 {
-    font-family: courier new,courier,fixed;
+    font-family: monospace;
 }
 
 a
@@ -110,7 +110,7 @@
 
 .screen, .programlisting, .structname
 {
-    font-family: courier new,courier,fixed;
+    font-family: monospace;
     font-style: normal;
     font-weight: normal;
 }
@@ -127,7 +127,7 @@
 
 .filename
 {
-    font-family: arial,helvetica,sans-serif;
+    font-family: serif;
     font-style: italic;
 }
 




More information about the svnbook-dev mailing list