通过Fontmin缩小方正黑体的大小,只对导航栏和profile的文字生效

This commit is contained in:
JohnathanLin 2023-12-15 22:56:57 +08:00
parent 46e05f0a2c
commit b6ef30607c

View File

@ -91,12 +91,15 @@ body:not(.dark) #sun {
.logo-switches {
flex-wrap: inherit;
}
.header, .profile_inner {
font-family: "stratum2", "fangzhengheiti", "Open Sans" !important;
}
/* 加载自己的字体 */
@font-face {
font-family: "stratum2";
src: url("/stratum2-medium-webfont.ttf");
}
/* @font-face {
@font-face {
font-family: "fangzhengheiti";
src: url("/FZHTJW.ttf");
} */
src: url("/FZHTJW-brief.ttf");
}