Merge pull request #84 from liyishuai/lint

fix: lint scss
This commit is contained in:
Sivan 2022-03-08 15:19:53 +08:00 committed by GitHub
commit 840958f013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
name: Node CI name: Node CI
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:

View file

@ -223,7 +223,7 @@
local("Noto Sans CJK KR Heavy"); local("Noto Sans CJK KR Heavy");
} }
font-face { @font-face {
font-family: "Heti Hei SC Black Fallback"; font-family: "Heti Hei SC Black Fallback";
font-weight: 800; font-weight: 800;
src: src:

View file

@ -23,8 +23,7 @@
@font-face { @font-face {
font-family: "Heti Song Light Fallback"; font-family: "Heti Song Light Fallback";
font-weight: 200; font-weight: 200;
src: src: local("SimSun");
local("SimSun");
} }
// 粗体 Bold // 粗体 Bold
@ -40,8 +39,7 @@
@font-face { @font-face {
font-family: "Heti Song Bold Fallback"; font-family: "Heti Song Bold Fallback";
font-weight: 600; font-weight: 600;
src: src: local("SimSun");
local("SimSun");
} }
// 黑体 Black // 黑体 Black