Skip to content

Commit

Permalink
refactor(flat-components): update fonts (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Jul 20, 2023
1 parent 5e066ec commit cce3d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/flat-components/src/theme/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
--link-focus: var(--blue-5);
--link-visited: var(--blue-3);

--font-family: "Avenir", "PingFang SC", "Source Han Sans SC", "Microsoft YaHei",
"Helvetica Neue", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
--font-family: "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Microsoft YaHei",
"Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;

font-family: var(--font-family);
color: var(--text);
Expand Down Expand Up @@ -90,6 +90,7 @@ html[lang^="zh"] .flat-theme-root {
}

.flat-color-scheme-dark {

& .flat-theme-root,
&.flat-theme-root {
background-color: var(--grey-12);
Expand Down

0 comments on commit cce3d3e

Please sign in to comment.