Skip to content

Commit 6e43607

Browse files
committed
feat: 同步 element plus font-family 方案
1 parent 6fd7dfe commit 6e43607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/assets/styles/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ body {
3838
background-color: var(--v3-body-bg-color);
3939
-moz-osx-font-smoothing: grayscale;
4040
-webkit-font-smoothing: antialiased;
41-
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial,
42-
sans-serif;
41+
font-family: Inter, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
42+
Arial, sans-serif;
4343
@extend %scrollbar;
4444
}
4545

0 commit comments

Comments
 (0)