app/assets/stylesheets/styleus/themes/base/coderay.css.scss in styleus-0.0.5 vs app/assets/stylesheets/styleus/themes/base/coderay.css.scss in styleus-0.0.6

- old
+ new

@@ -1,9 +1,9 @@ @import "compass/css3/user-interface"; .CodeRay { background-color: #fff; - font-family: 'Monaco', 'Courier New', 'Terminal', monospace; + font-family: 'Source Code Pro', 'Monaco', 'Courier New', 'Terminal', sans-serif, monospace; color: #fff; overflow: auto; font-size: 14px; line-height: 1.1em; \ No newline at end of file