Skip to content

Commit

Permalink
chore: update style for lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Dec 5, 2024
1 parent 0011fac commit 8651e37
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/docs/.dumi/theme/styles/heti.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

@font-face {
font-family: 'Heti Hei SC';
src: local('PingFang SC Regular'), local('Heiti SC Regular'), local('Microsoft YaHei'),
local('Source Han Sans CN Regular'), local('Noto Sans CJK SC Regular'),
local('WenQuanYi Micro Hei'), local('Droid Sans Fallback');
src: local('PingFang SC Regular'), local('Heiti SC Regular'),
local('Microsoft YaHei'), local('Source Han Sans CN Regular'),
local('Noto Sans CJK SC Regular'), local('WenQuanYi Micro Hei'),
local('Droid Sans Fallback');
}

@font-face {
Expand Down Expand Up @@ -45,8 +46,9 @@
@font-face {
font-family: 'Heti Hei SC Light';
font-weight: 200;
src: local('PingFang SC Light'), local('Heiti SC Light'), 'Heti Hei SC Light Fallback',
local('Source Han Sans CN Light'), local('Noto Sans CJK SC Light');
src: local('PingFang SC Light'), local('Heiti SC Light'),
'Heti Hei SC Light Fallback', local('Source Han Sans CN Light'),
local('Noto Sans CJK SC Light');
}

@font-face {
Expand Down

0 comments on commit 8651e37

Please sign in to comment.