fix: update font stylesheet and family for consistency in design

This commit is contained in:
shiyu
2025-12-30 20:43:10 +08:00
parent 5393a973eb
commit 8b8772b064
+2 -2
View File
@@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foxel</title> <title>Foxel</title>
<link rel='stylesheet' <link rel='stylesheet'
href='https://chinese-fonts-cdn.deno.dev/packages/maple-mono-cn/dist/MapleMono-CN-Regular/result.css' /> href='https://foxel.cc/fonts/result.css' />
</head> </head>
<body> <body>
<style> <style>
* { * {
font-family: 'Maple Mono CN'; font-family: 'Maple Mono Normal NL NF CN';
} }
</style> </style>
<div id="root"></div> <div id="root"></div>