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",