diff --git a/.hugo_build.lock b/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
diff --git a/assets/css/common/header.css b/assets/css/common/header.css
index 0dbd199..3691a0d 100644
--- a/assets/css/common/header.css
+++ b/assets/css/common/header.css
@@ -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");
-}
\ No newline at end of file
+} */
\ No newline at end of file
diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css
index 8cb95aa..d0b160e 100644
--- a/assets/css/common/post-single.css
+++ b/assets/css/common/post-single.css
@@ -34,6 +34,7 @@
.post-content {
color: var(--content);
+ font-family: 'Times New Roman', 'Noto Serif SC' !important;
}
.post-content h3,
diff --git a/assets/css/core/reset.css b/assets/css/core/reset.css
index 0ece02b..746d2d0 100644
--- a/assets/css/core/reset.css
+++ b/assets/css/core/reset.css
@@ -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;
diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index ccb72ee..8b16030 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -1,23 +1,26 @@