|
|
@@ -173,6 +173,7 @@ img {
|
|
|
.site-nav a {
|
|
|
color: var(--text);
|
|
|
font-weight: 500;
|
|
|
+ font-family: "Cormorant Garamond", "Noto Serif SC", "Source Han Serif CN", serif;
|
|
|
padding: 4px 2px;
|
|
|
position: relative;
|
|
|
}
|
|
|
@@ -255,6 +256,7 @@ img {
|
|
|
padding: 12px 0;
|
|
|
color: var(--text);
|
|
|
font-weight: 500;
|
|
|
+ font-family: "Cormorant Garamond", "Noto Serif SC", "Source Han Serif CN", serif;
|
|
|
font-size: 1rem;
|
|
|
border-bottom: 1px solid rgba(47, 49, 45, 0.06);
|
|
|
}
|
|
|
@@ -542,6 +544,28 @@ main.wrap {
|
|
|
font-size: 1.3rem;
|
|
|
}
|
|
|
|
|
|
+/* 正文内容中的标题使用衬线体 */
|
|
|
+.prose h1,
|
|
|
+.prose h2,
|
|
|
+.prose h3,
|
|
|
+.prose h4,
|
|
|
+.prose h5,
|
|
|
+.prose h6 {
|
|
|
+ font-family: "Cormorant Garamond", "Noto Serif SC", "Source Han Serif CN", serif;
|
|
|
+ font-weight: 600;
|
|
|
+ color: var(--text);
|
|
|
+ letter-spacing: -0.01em;
|
|
|
+ margin-top: 1.8em;
|
|
|
+ margin-bottom: 0.8em;
|
|
|
+}
|
|
|
+
|
|
|
+.prose h1 { font-size: 1.8rem; letter-spacing: -0.02em; }
|
|
|
+.prose h2 { font-size: 1.5rem; border-bottom: 1px solid rgba(92, 117, 96, 0.14); padding-bottom: 0.28em; }
|
|
|
+.prose h3 { font-size: 1.3rem; }
|
|
|
+.prose h4 { font-size: 1.15rem; }
|
|
|
+.prose h5 { font-size: 1.05rem; }
|
|
|
+.prose h6 { font-size: 1rem; }
|
|
|
+
|
|
|
.prose :first-child {
|
|
|
margin-top: 0;
|
|
|
}
|