diff --git a/bower.json b/bower.json
index 06f6d161c1..d6a619de2a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,4 +1,4 @@
 {
   "name": "primer",
-  "version": "0.8.2"
+  "version": "0.8.3"
 }
diff --git a/mixins/_variables.scss b/mixins/_variables.scss
index e235efd568..8b30fb5c24 100644
--- a/mixins/_variables.scss
+++ b/mixins/_variables.scss
@@ -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
 //