From 09ee5336eca5f2216c6f2c735021fc1ffcf208f4 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:08:07 +0800 Subject: [PATCH] [F] fix font --- src/app.html | 2 +- src/style/app.sass | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app.html b/src/app.html index f273cc5..0ea778b 100644 --- a/src/app.html +++ b/src/app.html @@ -1,5 +1,5 @@ - +
diff --git a/src/style/app.sass b/src/style/app.sass index dba91de..1bde1ca 100644 --- a/src/style/app.sass +++ b/src/style/app.sass @@ -1,5 +1,6 @@ :root - font-family: 'Roboto', system-ui, sans-serif + --m3-font: 'Roboto', "Source Han Sans", system-ui, sans-serif !important + font-family: var(--m3-font) // color-scheme: light body