Explorar el Código

Using a better system font stack

Inspired by http://markdotto.com/2018/02/07/github-system-fonts/
Alexander Zaytsev hace 6 años
padre
commit
0f9c9bd65a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/@uppy/core/src/_variables.scss

+ 1 - 2
packages/@uppy/core/src/_variables.scss

@@ -1,6 +1,5 @@
 // Fonts
-$font-family-base: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
-                   Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !default;
+$font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
 
 // Colors