# HG changeset patch # User Steve Losh # Date 1258080474 18000 # Node ID c5744fe4caac0a7cded1fa2ea23d06f5a73fe482 # Parent a067114a16e2c903635ddc0e07eb0e763fccf5eb Use modern fonts for code snippets, if the user has them. diff -r a067114a16e2 -r c5744fe4caac static/css/styles.css --- 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