Commit 10ff5f16 authored by Mark Otto's avatar Mark Otto
Browse files

fix #2968 manually: add consolas to monospace font stack

parent 4953629c
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -543,7 +543,7 @@ cite { ...@@ -543,7 +543,7 @@ cite {
code, code,
pre { pre {
padding: 0 3px 2px; padding: 0 3px 2px;
font-family: Menlo, Monaco, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px; font-size: 12px;
color: #333333; color: #333333;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
// ------------------------- // -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif; @serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Menlo, Monaco, "Courier New", monospace; @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
@baseFontSize: 13px; @baseFontSize: 13px;
@baseFontFamily: @sansFontFamily; @baseFontFamily: @sansFontFamily;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment