From 966f6e8dded849519252431b2d97f6ac3f1314b9 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Fri, 11 Apr 2025 22:39:56 +0300 Subject: [PATCH] Change font --- app/assets/css/main.css | 2 + app/components/app-bar.vue | 2 +- app/components/register.vue | 2 + app/pages/index.vue | 2 + nuxt.config.ts | 2 + package-lock.json | 7308 ++++++++++++----- .../webhooks/strava/activity-create.post.ts | 144 +- server/utils/strava-client.ts | 16 +- 8 files changed, 5477 insertions(+), 2001 deletions(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 38a301d..b22e830 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -2,6 +2,8 @@ @import "@nuxt/ui"; @theme static { + --font-sans: "Geist", sans-serif; + --ui-primary: var(--color-orange-500); --ui-color-primary-50: var(--color-orange-50); diff --git a/app/components/app-bar.vue b/app/components/app-bar.vue index 4d31068..194cbd1 100644 --- a/app/components/app-bar.vue +++ b/app/components/app-bar.vue @@ -7,7 +7,7 @@ const { user, clear } = useUserSession();
-
Strivify
+
Strivify
import AppFooter from "./app-footer.vue"; +useHead({ title: "Strivify - Please sign in" }); + const { openInPopup } = useUserSession(); diff --git a/app/pages/index.vue b/app/pages/index.vue index 3661416..94a7bc5 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,4 +1,6 @@