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