♻️ refactor: 优化全局字体大小设置

This commit is contained in:
2026-04-17 15:50:01 +08:00
parent b29a9395f8
commit 687093a134

View File

@@ -15,6 +15,7 @@
"Sarasa Gothic SC", Consolas, "Cascadia Mono", "Cascadia Code",
"Fira Mono", "JetBrains Mono", "Liberation Mono", Menlo, Monaco,
"Courier New", monospace;
--hustoj-global-font-size: 14px;
--hustoj-global-line-height: 1.6;
}
@@ -41,6 +42,7 @@ h4,
h5,
body {
font-family: var(--hustoj-global-mono-font) !important;
font-size: var(--hustoj-global-font-size) !important;
line-height: var(--hustoj-global-line-height);
}
@@ -108,6 +110,7 @@ code,
.ace_gutter,
.ace_line,
.ace_text-layer {
font-size: 1rem !important;
}
.padding {