fix: lint scss
This commit is contained in:
parent
40a4dbce86
commit
91c8479518
2 changed files with 3 additions and 5 deletions
|
@ -223,7 +223,7 @@
|
|||
local("Noto Sans CJK KR Heavy");
|
||||
}
|
||||
|
||||
font-face {
|
||||
@font-face {
|
||||
font-family: "Heti Hei SC Black Fallback";
|
||||
font-weight: 800;
|
||||
src:
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
@font-face {
|
||||
font-family: "Heti Song Light Fallback";
|
||||
font-weight: 200;
|
||||
src:
|
||||
local("SimSun");
|
||||
src: local("SimSun");
|
||||
}
|
||||
|
||||
// 粗体 Bold
|
||||
|
@ -40,8 +39,7 @@
|
|||
@font-face {
|
||||
font-family: "Heti Song Bold Fallback";
|
||||
font-weight: 600;
|
||||
src:
|
||||
local("SimSun");
|
||||
src: local("SimSun");
|
||||
}
|
||||
|
||||
// 黑体 Black
|
||||
|
|
Loading…
Reference in a new issue