Browse Source

Merge pull request #596 from NemoAlex/patch-2

Use sans-serif font in web
fatedier 7 năm trước cách đây
mục cha
commit
37395b3ef5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {