[F] fix font

This commit is contained in:
2025-11-18 16:08:07 +08:00
parent 6c80a76d65
commit 09ee5336ec
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+2 -1
View File
@@ -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