Consolas > Courier New for monospace docs font [skip ci]

(cherry picked from commit ab690586d3)
This commit is contained in:
Paul O’Shannessy
2014-07-13 13:07:49 -07:00
parent 3f37e8e4ab
commit 13817753c6
+1 -1
View File
@@ -4,7 +4,7 @@
@import '_solarized';
@mixin code-typography {
font-family: 'source-code-pro', Menlo, 'Courier New', Consolas, monospace;
font-family: 'source-code-pro', Menlo, Consolas, 'Courier New', monospace;
font-size: 13px;
line-height: 20px;
}