diff --git a/src/components/dashboard/PageHeader.vue b/src/components/dashboard/PageHeader.vue index 123cde4..d68fe35 100644 --- a/src/components/dashboard/PageHeader.vue +++ b/src/components/dashboard/PageHeader.vue @@ -1,6 +1,6 @@ - + - - + + diff --git a/src/routes/profile/components/ProfileHero.vue b/src/routes/profile/components/ProfileHero.vue index 99ee110..3229b30 100644 --- a/src/routes/profile/components/ProfileHero.vue +++ b/src/routes/profile/components/ProfileHero.vue @@ -1,8 +1,8 @@ - + - - + + @@ -60,7 +60,7 @@ const joinDate = computed(() => { - + diff --git a/uno.config.ts b/uno.config.ts index b9fbf77..a1c7b7d 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -202,7 +202,7 @@ export default defineConfig({ getCSS: (context) => { return ` :root { - --font-sans: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + --font-sans: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; --font-serif: 'Playfair Display', serif, 'Times New Roman', Times, serif; --glow-stop-1: #ffc400; --glow-stop-2: #ff9100;