Sfoglia il codice sorgente

Use sans-serif font in web

NemoAlex 7 anni fa
parent
commit
43fb3f3ff7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {