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

@@ -39,8 +39,5 @@ $shadow: rgba(0,0,0,.6);
$shadow_dark: rgba(0,0,0,.2);
//fonts
$font_0: Helvetica Neue;
$font_1: Helvetica;
$font_2: Arial;
$font_3: sans-serif;
$font_4: fontello;
$font_stack: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
$font_icon: fontello;