mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Only using the fixed width font inside the editor.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
html, body {
|
||||
font: 16px Inconsolata, Monaco, Courier !important;
|
||||
font: caption !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
-webkit-box-flex: 1;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
font: 16px Inconsolata, Monaco, Courier !important;
|
||||
}
|
||||
|
||||
.editor.mini {
|
||||
|
||||
Reference in New Issue
Block a user