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

View File

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