diff --git a/src/app.css b/src/app.css index 1f431c8..0b113ff 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&display=swap"); @tailwind base; @tailwind components; @@ -10,7 +10,7 @@ html { @layer base { body { - font-family: "Poppins", sans-serif; + font-family: "Plus Jakarta Sans", "Bebas Neue", sans-serif; @apply bg-zinc-100; @apply dark:bg-zinc-900; } diff --git a/src/lib/constants/Project.ts b/src/lib/constants/Project.ts index 3ad9b0b..5a16ac5 100644 --- a/src/lib/constants/Project.ts +++ b/src/lib/constants/Project.ts @@ -10,14 +10,14 @@ export const PROJECT: Project[] = [ { title: "Stashbin", description: "Simple and free pastebin service", - stacks: ["Next.js", "Supabase"], + stacks: ["Next.js"], url: "https://stashbin.xyz", source: "https://github.com/mrmissx/stashbin" }, { title: "Stashbin Backend", description: "Stashbin Backend Service.", - stacks: ["Go", "Gin", "PostgreSQL"], + stacks: ["Go", "PostgreSQL"], url: "https://stashbin.xyz", source: "https://github.com/mrmissx/stashbin-backend" },