Merge pull request #7 from simon300000/patch-css

增加element字体CSS
This commit is contained in:
John Smith 2019-07-15 17:58:42 +08:00 committed by GitHub
commit 083832cb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,3 +122,9 @@ a, a:focus, a:hover {
display: none;
}
</style>
<style scoped>
* {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
</style>