From b311a9611a327d5368eb4e321914c68d430e7ecb Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 20 Nov 2013 15:00:14 -0800 Subject: [PATCH] Fix fonts on Windows --- stylesheets/atom.less | 1 - stylesheets/ui-variables.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/atom.less b/stylesheets/atom.less index f868642..0df4043 100644 --- a/stylesheets/atom.less +++ b/stylesheets/atom.less @@ -1,6 +1,5 @@ @import "ui-variables"; #root-view { - font: caption; background-color: @app-background-color; } diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index 919ffb3..a78907d 100644 --- a/stylesheets/ui-variables.less +++ b/stylesheets/ui-variables.less @@ -78,4 +78,4 @@ // Other -@font-family: 'Lucida Grande', Arial, sans-serif; +@font-family: 'Lucida Grande', 'Segoe UI', sans-serif;