浏览代码

Use sans-serif font in web

NemoAlex 7 年之前
父节点
当前提交
43fb3f3ff7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {