字体优化

This commit is contained in:
李寻欢 2024-02-05 16:03:55 +08:00
parent 95a85e2128
commit 38d36c41db
2 changed files with 11 additions and 4 deletions

View File

@ -2,13 +2,20 @@
font-family: "阿里巴巴普惠体";
font-style: normal;
font-weight: 300;
src: url("https://minio.ltd/fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf");
src: url("https://files.xinli000.com/fonts/Alibaba_PuHuiTi_2.0_55_Regular.ttf");
}
@font-face {
font-family: "哥特黑白无常";
font-style: normal;
font-weight: 300;
src: url("https://minio.ltd/fonts/gthbwc.ttf");
src: url("https://files.xinli000.com/fonts/gthbwc.ttf");
}
@font-face {
font-family: "荆南波波黑";
font-style: normal;
font-weight: 300;
src: url("https://files.xinli000.com/fonts/BOBOHEI-2.woff2") format("woff2");
}

View File

@ -55,12 +55,12 @@ const { title } = useNav();
}
.sidebar-title {
font-family: "哥特黑白无常", system-ui !important;
font-family: "荆南波波黑", system-ui !important;
display: inline-block;
height: 28px;
margin: 2px 0 0 12px;
overflow: hidden;
font-size: 20px;
font-size: 23px;
font-weight: 600;
line-height: 32px;
color: $subMenuActiveText;