9509c1e45f8c

Make the monospaced font in the docs Monaco by default.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Jan 2010 20:13:24 -0500
parents 4568cfa05d21
children e35a2b4aa170
branches/tags (none)
files docs/static/media/css/typography.css

Changes

--- a/docs/static/media/css/typography.css	Fri Jan 08 20:10:23 2010 -0500
+++ b/docs/static/media/css/typography.css	Fri Jan 08 20:13:24 2010 -0500
@@ -50,7 +50,7 @@
 }
 
 pre, code, tt, table#subdirs tr td.name, table#files tr td.name, table tr td.size {
-	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, Inconsolata, Consolas, Monaco, "Courier New", Courier;
+	font-family:  Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, Inconsolata, Consolas, "Courier New", Courier;
 }
 
 table#subdirs code, table#files code {