方正黑体大小太大了,换思源黑体

This commit is contained in:
JohnathanLin
2023-12-15 22:47:08 +08:00
parent 3ccb4c0038
commit 46e05f0a2c
5 changed files with 17 additions and 13 deletions

View File

@ -96,7 +96,7 @@ body:not(.dark) #sun {
font-family: "stratum2";
src: url("/stratum2-medium-webfont.ttf");
}
@font-face {
/* @font-face {
font-family: "fangzhengheiti";
src: url("/FZHTJW.ttf");
}
} */

View File

@ -34,6 +34,7 @@
.post-content {
color: var(--content);
font-family: 'Times New Roman', 'Noto Serif SC' !important;
}
.post-content h3,

View File

@ -22,7 +22,7 @@ h6 {
}
body {
font-family: 'stratum2', 'fangzhengheiti', /*'Noto Serif SC',*/ -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: 'stratum2', 'Open Sans', 'Microsoft Yahei',/*'Noto Serif SC',*/ -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
line-height: 1.6;
word-break: break-word;