diff --git a/src/app.css b/src/app.css index feddb18..3cafffc 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap'); @import "tailwindcss"; @theme { @@ -18,13 +18,13 @@ --color-orange-500: #fd6216; --color-orange-600: #e5560f; - --font-family-sans: 'Exo 2', sans-serif; + --font-family-sans: 'Inter', sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body { - font-family: 'Exo 2', sans-serif; + font-family: 'Inter', sans-serif; background: #f9f9fd; color: #0a1d37; -webkit-font-smoothing: antialiased; diff --git a/src/components/AdminShell.tsx b/src/components/AdminShell.tsx index 9bc3491..2aceafa 100644 --- a/src/components/AdminShell.tsx +++ b/src/components/AdminShell.tsx @@ -334,7 +334,7 @@ export default function AdminShell(props: { children: JSX.Element }) {
-
+
-
+