feat:更新博客

This commit is contained in:
2025-11-29 21:49:12 +08:00
parent bda2256ea7
commit aa0603efff
15 changed files with 331 additions and 51 deletions

View File

@@ -1,19 +1,19 @@
@font-face {
font-family: 'CustomFont';
src: url('./fonts/custom.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--vp-font-family-base: 'CustomFont', -apple-system, BlinkMacSystemFont,
'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
--vp-font-family-mono: 'CustomFont', 'Fira Code', 'Consolas', monospace;
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--vp-font-family-mono: 'CustomFont', Courier, monospace;
}
:root {
--vp-c-brand: #10b981;
--vp-c-brand-light: #34d399;
--vp-c-brand-lighter: #6ee7b7;
--vp-c-brand-dark: #059669;
--vp-c-brand-darker: #047857;
strong, b {
font-weight: bold;
font-synthesis: weight;
}