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

View File

@@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foxel</title>
<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>
<body>
<style>
* {
font-family: 'Maple Mono CN';
font-family: 'Maple Mono Normal NL NF CN';
}
</style>
<div id="root"></div>