美化
This commit is contained in:
31
index.html
31
index.html
@@ -6,6 +6,37 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<title>Claudia - Claude Code Session Browser</title>
|
||||
<!-- Maple Mono Font (Local) -->
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Maple Mono';
|
||||
src: url('/fonts/MapleMono-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Maple Mono';
|
||||
src: url('/fonts/MapleMono-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Maple Mono';
|
||||
src: url('/fonts/MapleMono-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Maple Mono';
|
||||
src: url('/fonts/MapleMono-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user