字体加密

This commit is contained in:
2026-07-18 15:33:30 +08:00 Unverified
parent 8c8af844aa
commit ecadaaaaf1
7 changed files with 517 additions and 8 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ body {
margin: 0;
color: var(--ink);
background: var(--paper);
font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
font-family: "ClassMemoryCipher", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
line-height: 1.65;
}
@@ -531,7 +531,7 @@ h1 {
place-items: center;
color: rgba(255, 253, 247, 0.9);
background: linear-gradient(135deg, rgba(55, 109, 90, 0.94), rgba(69, 111, 148, 0.88));
font-family: STKaiti, KaiTi, serif;
font-family: "ClassMemoryCipher", STKaiti, KaiTi, serif;
font-size: 48px;
}