changeset 322:c5744fe4caac

Use modern fonts for code snippets, if the user has them.
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Nov 2009 21:47:54 -0500
parents a067114a16e2
children 6079e2d98852
files static/css/styles.css
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/styles.css	Thu Nov 12 21:38:58 2009 -0500
+++ b/static/css/styles.css	Thu Nov 12 21:47:54 2009 -0500
@@ -168,4 +168,9 @@
 }
 .note-title {
     font-weight: bold;
-}
\ No newline at end of file
+}
+
+/*
+ * Code
+ */
+pre, code { font-family: "Consolas", "Monaco", "Courier New", Courier, monospace; }
\ No newline at end of file