diff --git a/stylesheets/atom.less b/stylesheets/atom.less index 54c444d..23c6c09 100644 --- a/stylesheets/atom.less +++ b/stylesheets/atom.less @@ -5,6 +5,5 @@ } #root-view { - font: caption; background-color: @app-background-color; } diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index 5847a0d..55b1b09 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;