Feature: 解决方案列表 & 网页字体

This commit is contained in:
2025-08-22 10:58:04 +08:00
parent e9b6409144
commit 3d858e475e
20 changed files with 233 additions and 35 deletions

View File

@ -3,6 +3,7 @@ body,
#app {
margin: 0;
padding: 0;
font-family: var(--font-main);
}
html.dark {
@ -14,3 +15,7 @@ a {
font-weight: 400;
color: var(--el-color-primary);
}
:root {
--font-main: "Source Han Sans CN", "Noto Sans CJK SC", "Noto Sans CJK", sans-serif;
}