|
@@ -5,13 +5,10 @@
|
|
|
.uppy-Root {
|
|
|
all: initial;
|
|
|
box-sizing: border-box;
|
|
|
- font-family: -apple-system, BlinkMacSystemFont,
|
|
|
- 'avenir next', avenir,
|
|
|
- helvetica, 'helvetica neue',
|
|
|
- ubuntu, roboto, noto,
|
|
|
- 'segoe ui', arial, sans-serif;
|
|
|
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
|
|
+ Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
|
line-height: 1;
|
|
|
- // -webkit-font-smoothing: antialiased;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
|
|
|
.uppy-Root *, .uppy-Root *:before, .uppy-Root *:after {
|
|
@@ -201,7 +198,7 @@
|
|
|
font-family: inherit;
|
|
|
font-size: 16px;
|
|
|
line-height: 1;
|
|
|
- font-weight: 300;
|
|
|
+ font-weight: 500;
|
|
|
transition: all 0.3s;
|
|
|
user-select: none;
|
|
|
}
|