Explorar el Código

gui: Use a modern font stack inspired by Bootstrap 4 (#5407)

See https://github.com/twbs/bootstrap/pull/19098 for more information.
Hugo Locurcio hace 7 años
padre
commit
2ad40734f8
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      cmd/ursrv/static/index.html
  2. 2 2
      gui/default/assets/css/overrides.css

+ 1 - 1
cmd/ursrv/static/index.html

@@ -21,7 +21,7 @@ found in the LICENSE file.
   <style type="text/css">
     body {
       margin: 40px;
-      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     }
     tr.main td {
       font-weight: bold;

+ 2 - 2
gui/default/assets/css/overrides.css

@@ -9,11 +9,11 @@
 
 body {
     padding-bottom: 70px;
-    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }
 
 h1, h2, h3, h4, h5 {
-    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     line-height: 1.25;
 }