feat: add basic webui
This commit is contained in:
17
apps/storybook/.storybook/preview-head.html
Normal file
17
apps/storybook/.storybook/preview-head.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- https://github.com/vercel/geist-font/issues/72 -->
|
||||
|
||||
<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=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--font-geist-sans: "Geist", sans-serif;
|
||||
--font-geist-mono: "Geist Mono", monospace;
|
||||
}
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user