Merge pull request #6567 from atom/sm-font-stack

Improve font stack
This commit is contained in:
Kevin Sawicki
2015-04-29 09:04:21 -07:00

View File

@@ -4,7 +4,7 @@
atom-text-editor {
display: block;
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
font-family: Inconsolata, Monaco, Consolas, 'DejaVu Sans Mono', monospace;
line-height: 1.3;
}