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;