From 9eef54b783e38ab7af164637739f97e3f6572b5a Mon Sep 17 00:00:00 2001 From: pranavvraja Date: Wed, 9 Oct 2024 14:12:22 +0530 Subject: [PATCH] update: satoshi font --- src/app/globals.css | 8 +++++--- src/app/layout.tsx | 2 +- tailwind.config.ts | 3 +++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 115e38f..9928211 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,3 +1,5 @@ +@import url("https://fonts.cdnfonts.com/css/satoshi"); + @tailwind base; @tailwind components; @tailwind utilities; @@ -87,8 +89,8 @@ } } -.about{ - background-color:rgb(255,255,255,0.3) +.about { + background-color: rgb(255, 255, 255, 0.3); } html.lenis, html.lenis body { @@ -109,4 +111,4 @@ html.lenis body { .lenis.lenis-scrolling iframe { pointer-events: none !important; -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb0218b..70946fd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + diff --git a/tailwind.config.ts b/tailwind.config.ts index 5fbfa2c..abdb98c 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -9,6 +9,9 @@ const config: Config = { ], theme: { extend: { + fontFamily: { + satoshi: ["Satoshi", "serif"], + }, backgroundImage: { "gradient-radial": "radial-gradient(var(--tw-gradient-stops))", "gradient-conic":