feat: update font weight

This commit is contained in:
Shivam Mishra
2024-12-02 17:44:51 +05:30
parent 79f57c74a2
commit 26ee5eb37b
+2 -2
View File
@@ -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',