mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 23:57:19 +08:00
fix: update font stylesheet and family for consistency in design
This commit is contained in:
+2
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user