字体优化
This commit is contained in:
parent
95a85e2128
commit
38d36c41db
@ -2,13 +2,20 @@
|
|||||||
font-family: "阿里巴巴普惠体";
|
font-family: "阿里巴巴普惠体";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
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-face {
|
||||||
font-family: "哥特黑白无常";
|
font-family: "哥特黑白无常";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,12 +55,12 @@ const { title } = useNav();
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-title {
|
.sidebar-title {
|
||||||
font-family: "哥特黑白无常", system-ui !important;
|
font-family: "荆南波波黑", system-ui !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 2px 0 0 12px;
|
margin: 2px 0 0 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 20px;
|
font-size: 23px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
color: $subMenuActiveText;
|
color: $subMenuActiveText;
|
||||||
|
Loading…
Reference in New Issue
Block a user