mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Merge pull request #7281 from atom/sm-default-editor-font
New default editor font
This commit is contained in:
@@ -103,12 +103,12 @@ module.exports =
|
||||
default: ''
|
||||
fontSize:
|
||||
type: 'integer'
|
||||
default: 16
|
||||
default: 14
|
||||
minimum: 1
|
||||
maximum: 100
|
||||
lineHeight:
|
||||
type: ['string', 'number']
|
||||
default: 1.3
|
||||
default: 1.5
|
||||
showInvisibles:
|
||||
type: 'boolean'
|
||||
default: false
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
|
||||
atom-text-editor {
|
||||
display: block;
|
||||
font-family: Inconsolata, Monaco, Consolas, 'DejaVu Sans Mono', monospace;
|
||||
line-height: 1.3;
|
||||
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
||||
}
|
||||
|
||||
atom-text-editor[mini] {
|
||||
|
||||
Reference in New Issue
Block a user