Skip to content

Commit

Permalink
style: change font
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx committed Oct 23, 2023
1 parent 789f831 commit 6c6766e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions src/lib/constants/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6c6766e

Please sign in to comment.