增加element字体CSS

This commit is contained in:
simon3000 2019-07-11 22:15:46 +02:00 committed by John Smith
parent aba0efca34
commit 769964d5db

View File

@ -118,3 +118,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>