Skip to content

Commit

Permalink
Merge pull request primer#119 from github/youre-a-wizzard-harry
Browse files Browse the repository at this point in the history
Using menlo instead of monaco because of spacing issues
  • Loading branch information
jonrohan committed Jun 6, 2014
2 parents 7d364a4 + 384356c commit 1c4795c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "primer",
"version": "0.8.2"
"version": "0.8.3"
}
6 changes: 3 additions & 3 deletions mixins/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ $bodySize: 13px !default;

// This is the font stack we use to display monospace.
//
// Consolas - Windows, Mac
// Consolas - Windows
// "Liberation Mono" - Linux
// Monaco - Windows, Mac
// Menlo - Mac
// Courier - Windows, Mac, Linux
// monospace - Everywhere
//
// Styleguide 3.1
$monoFont: Consolas, "Liberation Mono", Monaco, Courier, monospace !default;
$monoFont: Consolas, "Liberation Mono", Menlo, Courier, monospace !default;

// z-index variables
//
Expand Down

0 comments on commit 1c4795c

Please sign in to comment.