From 26ee5eb37b77495e6be7e93b5462dd056d4b41e9 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 2 Dec 2024 17:44:51 +0530 Subject: [PATCH] feat: update font weight --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 7140c6b2b..35d8c8acc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,7 +57,7 @@ const tailwindConfig = { }, h2: { color: 'rgb(var(--slate-12))', - fontWeight: '600', + fontWeight: '700', fontSize: '1rem', '&:first-child': { marginTop: '0', @@ -65,7 +65,7 @@ const tailwindConfig = { }, h3: { color: 'rgb(var(--slate-12))', - fontWeight: '500', + fontWeight: '700', fontSize: '1rem', '&:first-child': { marginTop: '0',