Skip to content

Commit 130c878

Browse files
authored
Merge pull request #30969 from nextcloud/backport/25418/stable23
[stable23] Update variables.scss - Fallback font before Noto Color Emoji
2 parents 227a095 + 896d83f commit 130c878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)