mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Consolas > Courier New for monospace docs font [skip ci]
(cherry picked from commit ab690586d3)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user