Font family
@@ -5,8 +5,7 @@
.uppy-Root {
all: initial;
box-sizing: border-box;
- font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
- Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
+ font-family: $font-family-base;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
@@ -1,4 +1,6 @@
-
+// Fonts
+$font-family-base: system-ui, -apple-system, BLinkMacSystemFont, Segoe UI, Roboto,
+ Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !default;
// Colors
$color-black: #000 !default;