From 44240e2465a0f93bd33d2b71aafd42a4e227ef59 Mon Sep 17 00:00:00 2001 From: Yuvraj Achrekar Date: Sat, 2 Nov 2024 16:22:51 +0530 Subject: [PATCH] Update layout.tsx One of the fonts style was incorrect and was a small mistake while duplicating and coding the different font weight and styles... Fixed It !!! --- app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 1a3dea7..00de0a5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -37,9 +37,9 @@ const workSans = localFont({ style: "normal", }, { - path: "./fonts/WorkSans-Black.ttf", - weight: "900", - style: "normal", + path: "./fonts/WorkSans-Light.ttf", + weight: "300", + style: "normal", }, { path: "./fonts/WorkSans-Thin.ttf",