mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
better default font
This commit is contained in:
parent
6178ec1ba6
commit
f9d0d53ffb
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
|||
}
|
||||
|
||||
.UppyTheme--default {
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
'avenir next', avenir,
|
||||
helvetica, 'helvetica neue',
|
||||
ubuntu,
|
||||
roboto, noto,
|
||||
'segoe ui', arial,
|
||||
sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue