Skip to content

Commit 7b493d5

Browse files
authored
Merge pull request cnodejs#871 from lujjjh/patch-1
修正 <body> 无衬线体的 fallback
2 parents 81e6aa8 + 89ca43d commit 7b493d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/stylesheets/style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* base */
77
body {
88
background-color: @gray1;
9-
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
9+
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, sans-serif !important;
1010
}
1111

1212
#main {

0 commit comments

Comments
 (0)