From e4ba689e40451f1f4b99979f0ddeee5f42fa94de Mon Sep 17 00:00:00 2001 From: simurai Date: Mon, 15 Jun 2015 16:03:50 +0900 Subject: [PATCH] Replaces default editor font Only affects OS X --- src/config-schema.coffee | 4 ++-- static/text-editor-light.less | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index fd35d2b07..71ab26386 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -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.4 showInvisibles: type: 'boolean' default: false diff --git a/static/text-editor-light.less b/static/text-editor-light.less index a8b99f0bc..819fc565f 100644 --- a/static/text-editor-light.less +++ b/static/text-editor-light.less @@ -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] {