Use sans-serif font in web

This commit is contained in:
NemoAlex 2018-01-08 13:56:51 +08:00 committed by GitHub
parent a384bf5580
commit 43fb3f3ff7
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 { body {
background-color: #fafafa; background-color: #fafafa;
margin: 0px; margin: 0px;
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;
} }
header { header {