We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 227a095 + 896d83f commit 130c878Copy full SHA for 130c878
1 file changed
core/css/variables.scss
@@ -97,7 +97,7 @@ $border-radius-large: 10px !default;
97
// Pill-style button, value is large so big buttons also have correct roundness
98
$border-radius-pill: 100px !default;
99
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;
+$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;
101
$default-font-size: 15px;
102
103
$default-line-height: 24px;
0 commit comments