route handler + client register ui
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
--font-sans: var(--font-geist-sans);
|
||||
--font-mono: var(--font-geist-mono);
|
||||
--color-orange: #ff613a;
|
||||
--font-display: 'Inter', 'sans-serif';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
font-style: normal;
|
||||
font-weight: 200 700;
|
||||
font-display: swap;
|
||||
src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('ttf');
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
@@ -23,5 +32,5 @@
|
||||
body {
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user