mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Revert "Merge pull request #8778 from atom/mq-system-font"
This reverts commit457e80113e
, reversing changes made tode61aecfd1
.
This commit is contained in:
parent
87b412c6e0
commit
46a833a608
@ -82,4 +82,4 @@
|
||||
|
||||
// Other
|
||||
|
||||
@font-family: '';
|
||||
@font-family: '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user