Revert "Merge pull request #8778 from atom/mq-system-font"

This reverts commit 457e80113e, reversing
changes made to de61aecfd1.
This commit is contained in:
Nathan Sobo 2015-09-16 14:37:25 -06:00
parent 87b412c6e0
commit 46a833a608
2 changed files with 3 additions and 12 deletions

View File

@ -82,4 +82,4 @@
// Other
@font-family: '';
@font-family: '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;

View File

@ -4,7 +4,7 @@
@font-face { .octicon-font(); }
html {
font: menu;
font-family: @font-family;
font-size: @font-size;
}
@ -22,9 +22,7 @@ atom-workspace {
position: relative;
color: @text-color;
background-color: @app-background-color;
font: menu;
font-size: inherit;
line-height: inherit;
font-family: @font-family;
atom-workspace-axis.horizontal {
display: -webkit-flex;
@ -37,10 +35,3 @@ atom-workspace {
-webkit-flex-flow: column;
}
}
& when not (@font-family = '') {
html,
atom-workspace {
font-family: @font-family;
}
}