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

This commit is contained in:
Paul O’Shannessy
2014-07-13 12:26:28 -07:00
parent b44d2ae79f
commit d54665ebee

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;
}