Use system font for menus in atom-workspace

This commit is contained in:
Machiste Quintana
2015-09-13 16:47:11 -04:00
parent bc68056481
commit 6949c80665
2 changed files with 3 additions and 5 deletions

View File

@@ -78,8 +78,3 @@
@component-border-radius: 2px;
@tab-height: 30px;
// Other
@font-family: '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;

View File

@@ -22,7 +22,10 @@ atom-workspace {
position: relative;
color: @text-color;
background-color: @app-background-color;
font: menu;
font-family: @font-family;
font-size: inherit;
line-height: inherit;
atom-workspace-axis.horizontal {
display: -webkit-flex;