Merge pull request #596 from NemoAlex/patch-2

Use sans-serif font in web
This commit is contained in:
fatedier 2018-01-10 10:36:28 +08:00 committed by GitHub
commit 37395b3ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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