feat: add Inter font, extract useStoryGeneration hook, fix mobile menu

This commit is contained in:
Alexej Wolff
2026-05-06 00:11:33 +02:00
parent c9a7144960
commit c379074781
8 changed files with 476 additions and 6 deletions
+8
View File
@@ -8,6 +8,14 @@
/>
<title>ReSekai</title>
<!-- Google Fonts: Inter -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- PWA -->
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#667eea" />