mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use system font for menus in atom-workspace
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user