From d54665ebeea3b4f9a4067ae4a5270b23dcb4477f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sun, 13 Jul 2014 12:26:28 -0700 Subject: [PATCH] Consolas > Courier New for monospace docs font [skip ci] --- _css/react.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_css/react.scss b/_css/react.scss index 95798311..e827ecaa 100644 --- a/_css/react.scss +++ b/_css/react.scss @@ -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; }