increase md, sm, xs font sizes

This commit is contained in:
jeffvli
2025-11-21 19:03:41 -08:00
parent 233c35647d
commit d6a40a7bc9
+7 -7
View File
@@ -53,10 +53,10 @@ const mantineTheme: MantineThemeOverride = createTheme({
'4xl': rem('28px'), '4xl': rem('28px'),
'5xl': rem('32px'), '5xl': rem('32px'),
lg: rem('16px'), lg: rem('16px'),
md: rem('13px'), md: rem('14px'),
sm: rem('12px'), sm: rem('13px'),
xl: rem('18px'), xl: rem('18px'),
xs: rem('10px'), xs: rem('11px'),
}, },
fontSmoothing: true, fontSmoothing: true,
headings: { headings: {
@@ -64,22 +64,22 @@ const mantineTheme: MantineThemeOverride = createTheme({
sizes: { sizes: {
h1: { h1: {
fontSize: rem('36px'), fontSize: rem('36px'),
fontWeight: '600', fontWeight: '900',
lineHeight: rem('44px'), lineHeight: rem('44px'),
}, },
h2: { h2: {
fontSize: rem('30px'), fontSize: rem('30px'),
fontWeight: '600', fontWeight: '900',
lineHeight: rem('38px'), lineHeight: rem('38px'),
}, },
h3: { h3: {
fontSize: rem('24px'), fontSize: rem('24px'),
fontWeight: '600', fontWeight: '900',
lineHeight: rem('32px'), lineHeight: rem('32px'),
}, },
h4: { h4: {
fontSize: rem('20px'), fontSize: rem('20px'),
fontWeight: '600', fontWeight: '900',
lineHeight: rem('30px'), lineHeight: rem('30px'),
}, },
}, },