Skip to content

Commit

Permalink
perf(style/sidebar): modify font-family for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Aug 29, 2024
1 parent 6a0e06e commit b3ed639
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions ui/artalk-sidebar/src/style/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
$font-family: 'Helvetica Neue', 'PingFangSC-Light', 'Hiragino Sans GB', 'Microsoft YaHei',
'WenQuanYi Micro Hei', sans-serif;
$font-family:
ui-sans-serif,
-apple-system,
BlinkMacSystemFont,
'Segoe UI Variable Display',
'Segoe UI',
Helvetica,
'PingFang SC',
'Microsoft YaHei',
Helvetica,
'Apple Color Emoji',
Arial,
sans-serif,
'Segoe UI Emoji',
'Segoe UI Symbol';
$font-size: 14px;
$line-height: 1.6em;
$block-radius: 6px;

0 comments on commit b3ed639

Please sign in to comment.