Skip to content

Commit 2f308b0

Browse files
committed
update font-family
1 parent e645e3a commit 2f308b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/style/themes/default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// ------ Base & Require ------
1010
@body-background : #fff;
11-
@font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
11+
@font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
1212
@code-family : Consolas,Menlo,Courier,monospace;
1313
@text-color : #666;
1414
@heading-color : #404040;

site/theme/static/common.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
}
1111

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

0 commit comments

Comments
 (0)