Update font variables to use system font stack

This commit is contained in:
Suyun114
2025-06-11 17:59:04 +08:00
committed by Kuu7o
parent 55d4469401
commit 1e1e9e265a
4 changed files with 5 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ body {
background-color: var(--bg_color);
color: var(--fg_color);
font-family: $font_0, $font_1, $font_2, $font_3;
font-family: $font_stack;
font-size: 14px;
line-height: 1.3;
margin: 0;