Skip to content

Commit 03b7b11

Browse files
kaktuspalmebackportbot[bot]
authored andcommitted
Update variables.scss
I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
1 parent 0f6e153 commit 03b7b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $border-radius-large: 10px !default;
9797
// Pill-style button, value is large so big buttons also have correct roundness
9898
$border-radius-pill: 100px !default;
9999

100-
$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
100+
$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
101101
$default-font-size: 15px;
102102

103103
$default-line-height: 24px;

0 commit comments

Comments
 (0)