Skip to content

Commit

Permalink
Fixes sass#54 — Using a better monospace font stack and switching to …
Browse files Browse the repository at this point in the history
…a different color theme.
  • Loading branch information
Jina Bolton committed Mar 14, 2014
1 parent 382b767 commit 07668b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/assets/css/components/_code.scss.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= Rouge::Themes::Base16::Solarized.render(:scope => '.highlight') %>
<%= Rouge::Themes::Github.render(:scope => '.highlight') %>
2 changes: 1 addition & 1 deletion source/assets/css/dependencies/_typography.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $font-unit: 1em;

$sans-serif: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
$serif: "chaparral-pro", Georgia, "Times New Roman", Times, serif;
$monospace: "source-code-pro", Monaco, Menlo, Consolas, "Courier New", monospace;
$monospace: "source-code-pro", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;

<% data.typography.families.each do |font_family| %>
$font-family-<%= font_family.style %>: $<%= font_family.value %>;
Expand Down

0 comments on commit 07668b0

Please sign in to comment.