diff --git a/docs/_css/react.scss b/docs/_css/react.scss index e9953da2ed..4e446dd241 100644 --- a/docs/_css/react.scss +++ b/docs/_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; }