Mercurial > hg-website
diff static/css/styles.css @ 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 | 6a2a8d386278 |
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