Explorar el Código

Use sans-serif font in web

NemoAlex hace 7 años
padre
commit
43fb3f3ff7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/frps/src/App.vue

+ 1 - 0
web/frps/src/App.vue

@@ -48,6 +48,7 @@
     body {
         background-color: #fafafa;
         margin: 0px;
+        font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;
     }
     
     header {