Browse Source

Use sans-serif font in web

pull/596/head
NemoAlex 7 years ago committed by GitHub
parent
commit
43fb3f3ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/frps/src/App.vue

1
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 {

Loading…
Cancel
Save