|
@@ -1,10 +1,4 @@
|
|
|
-@font-face {
|
|
|
|
|
- font-family: "Pacifico";
|
|
|
|
|
- src: url("../fonts/Pacifico-Regular.woff2") format("woff2");
|
|
|
|
|
- font-weight: normal;
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
:root {
|
|
:root {
|
|
|
/* 莫兰迪低饱和亮色主题 */
|
|
/* 莫兰迪低饱和亮色主题 */
|
|
@@ -38,11 +32,11 @@ a:hover { text-decoration: underline; }
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 12px;
|
|
gap: 12px;
|
|
|
- font-family: "Pacifico", cursive;
|
|
|
|
|
|
|
+ font-family: "Noto Serif SC", "Source Han Serif CN", "Songti SC", "SimSun", serif;
|
|
|
font-size: 1.8rem;
|
|
font-size: 1.8rem;
|
|
|
- font-weight: 500;
|
|
|
|
|
|
|
+ font-weight: 700;
|
|
|
color: var(--text);
|
|
color: var(--text);
|
|
|
- letter-spacing: 0.02em;
|
|
|
|
|
|
|
+ letter-spacing: -0.02em;
|
|
|
text-shadow: 2px 2px 4px rgba(156, 124, 117, 0.15);
|
|
text-shadow: 2px 2px 4px rgba(156, 124, 117, 0.15);
|
|
|
}
|
|
}
|
|
|
.site-title a {
|
|
.site-title a {
|