Skip to content

Commit

Permalink
update font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 10, 2016
1 parent e645e3a commit 2f308b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// ------ Base & Require ------
@body-background : #fff;
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
@font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
@code-family : Consolas,Menlo,Courier,monospace;
@text-color : #666;
@heading-color : #404040;
Expand Down
2 changes: 1 addition & 1 deletion site/theme/static/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
}

body {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
line-height: 1.5;
color: #666;
font-size: 14px;
Expand Down

0 comments on commit 2f308b0

Please sign in to comment.