Skip to content

Commit

Permalink
更新字体 修复 Safari 上字体不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Apr 24, 2019
1 parent 1b38a06 commit f6d1f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/style/fixed/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
html, body {
margin: 0px;
height: 100%;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
#app {
@extend %full;
a {
Expand Down

0 comments on commit f6d1f8a

Please sign in to comment.